Codebase list pip-requirements-el / 377d95f9-ad0d-4f0b-9f0f-435fb50c57c9/upstream/0.5+git20181027.2.216cd16 example.pip
377d95f9-ad0d-4f0b-9f0f-435fb50c57c9/upstream/0.5+git20181027.2.216cd16

Tree @377d95f9-ad0d-4f0b-9f0f-435fb50c57c9/upstream/0.5+git20181027.2.216cd16 (Download .tar.gz)

example.pip @377d95f9-ad0d-4f0b-9f0f-435fb50c57c9/upstream/0.5+git20181027.2.216cd16raw · history · blame

# I'm a comment!
Django==1.2.3
foo[bar]==1.2
baz>1,<2
python-dateutil>=1.5,<=2.1,!=2.0
backports.ssl-match-hostname==3.4.0.2

# https://www.python.org/dev/peps/pep-0440/#version-specifiers
quux~=1.2
xyx==1.2.*
abc===foobar