Codebase list pip-requirements-el / d25f2452-60d4-47db-992d-c9d2c1531bdb/upstream example.pip
d25f2452-60d4-47db-992d-c9d2c1531bdb/upstream

Tree @d25f2452-60d4-47db-992d-c9d2c1531bdb/upstream (Download .tar.gz)

example.pip @d25f2452-60d4-47db-992d-c9d2c1531bdb/upstreamraw · 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