Skip to content

Instantly share code, notes, and snippets.

@rhelmer
Created October 7, 2016 21:20
Show Gist options
  • Select an option

  • Save rhelmer/6ceb63f7e4afe114ba5e1344c034232a to your computer and use it in GitHub Desktop.

Select an option

Save rhelmer/6ceb63f7e4afe114ba5e1344c034232a to your computer and use it in GitHub Desktop.
In --require-hashes mode, all requirements must have their versions pinned with ==. These do not:
ipaddress; python_version == "2.7" from https://pypi.python.org/packages/9c/06/9c02897c07943697e4be028c874565892f16756828e02c1178fad5384c32/ipaddress-1.0.17-py2-none-any.whl#md5=5d5bbd4c159932bac9dc4071968a190e (from fake-factory==0.7.2->-r requirements.txt (line 93))
enum34; python_version < "3.4" from https://pypi.python.org/packages/c5/db/e56e6b4bbac7c4a06de1c50de6fe1ef3810018ae11732a50f15f62c7d050/enum34-1.1.6-py2-none-any.whl#md5=68f6982cc07dde78f4b500db829860bd (from flake8==3.0.4->-r requirements.txt (line 96))
configparser; python_version < "3.2" from https://pypi.python.org/packages/7c/69/c2ce7e91c89dc073eb1aa74c0621c3eefbffe8216b3f9af9d3885265c01c/configparser-3.5.0.tar.gz#md5=cfdd915a5b7a6c09917a64a573140538 (from flake8==3.0.4->-r requirements.txt (line 96))
mock; python_version == "2.6" or python_version == "2.7" from https://pypi.python.org/packages/e6/35/f187bdf23be87092bd0f1200d43d23076cee4d0dec109f195173fd3ebc79/mock-2.0.0-py2.py3-none-any.whl#md5=dd5ca80a263f2a9e55832bfc63f01335 (from pytest-mock==1.2->-r requirements.txt (line 140))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment