stash icon indicating copy to clipboard operation
stash copied to clipboard

Dependency specifications in pip

Open astrozot opened this issue 7 years ago • 0 comments

Hi,

is it possible to use pip within stash to install packages that include dependency specifications in setup.py such as

  install_requires=[
      'ProxyTypes;python_version<"3.0"',
      'objproxies;python_version>"3.0"'
    ],

I have tried at it seems to fail (it takes the entire line as a package, without splitting the dependency specification).

astrozot avatar Oct 07 '17 16:10 astrozot