Skip to content

Instantly share code, notes, and snippets.

@dstufft
Created December 7, 2014 20:22
Show Gist options
  • Save dstufft/887e1b53565715f77ce3 to your computer and use it in GitHub Desktop.
Save dstufft/887e1b53565715f77ce3 to your computer and use it in GitHub Desktop.
Help test PEP 440.

Test PEP 440!

$ pip install https://bitbucket.org/pypa/setuptools/downloads/setuptools-8.0b1.zip

$ pip install -U git+git://github.com/dstufft/pip@use-packaging

Try to install / uninstall projects, see if you can generate any errors and let me know how it's worked. This represents a big reworking of how version specifiers (foo>=1.0 etc) work and it implements PEP 440 finally.

@chhantyal
Copy link

Did fresh install requirements for my Django project, and they work as usual ✌️

@sharoonthomas
Copy link

Not sure its related but strange to see logs invert the upper and lower version limits

openlabs-nereid-webshop<3.3,>=3.2

Used to be: openlabs-nereid-webshop>=3.2,<3.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment