mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
58a10908ab
flake8 would have caught the regression in #371 and output: `pipenv/cli.py:257:19: F821 undefined name 'hashed_deps_path'` Whilst in an ideal world there would be 100% test coverage, linters help fill in the gaps, plus spot potential unused variable/imports cleanup. I'm happy to disable more of the style/whitespace pep8 rules if needed - the priority is having the pyflakes subset run in CI.
150 lines
3.2 KiB
JSON
150 lines
3.2 KiB
JSON
{
|
|
"_meta": {
|
|
"hash": {
|
|
"sha256": "d099a1995f5e9122193bde9a54f4ca624afb2abdf0cf75e76b1930464966ea86"
|
|
},
|
|
"requires": {
|
|
"python_version": "2.7"
|
|
},
|
|
"sources": [
|
|
{
|
|
"url": "https://pypi.python.org/simple",
|
|
"verify_ssl": true
|
|
}
|
|
]
|
|
},
|
|
"default": {
|
|
"appdirs": {
|
|
"version": "==1.4.3"
|
|
},
|
|
"backports.shutil-get-terminal-size": {
|
|
"version": "==1.0.0"
|
|
},
|
|
"packaging": {
|
|
"version": "==16.8"
|
|
},
|
|
"pathlib": {
|
|
"version": "==1.0.1"
|
|
},
|
|
"pew": {
|
|
"version": "==0.1.26"
|
|
},
|
|
"pyparsing": {
|
|
"version": "==2.2.0"
|
|
},
|
|
"pythonz-bd": {
|
|
"version": "==1.11.4"
|
|
},
|
|
"setuptools": {
|
|
"version": "==35.0.2"
|
|
},
|
|
"shutilwhich": {
|
|
"version": "==1.1.0"
|
|
},
|
|
"six": {
|
|
"version": "==1.10.0"
|
|
},
|
|
"virtualenv": {
|
|
"version": "==15.1.0"
|
|
},
|
|
"virtualenv-clone": {
|
|
"version": "==0.2.6"
|
|
}
|
|
},
|
|
"develop": {
|
|
"alabaster": {
|
|
"version": "==0.7.10"
|
|
},
|
|
"appdirs": {
|
|
"version": "==1.4.3"
|
|
},
|
|
"babel": {
|
|
"version": "==2.4.0"
|
|
},
|
|
"configparser": {
|
|
"version": "==3.5.0"
|
|
},
|
|
"delegator.py": {
|
|
"version": "==0.0.10"
|
|
},
|
|
"docutils": {
|
|
"version": "==0.13.1"
|
|
},
|
|
"enum34": {
|
|
"version": "==1.1.6"
|
|
},
|
|
"flake8": {
|
|
"version": "==3.3.0"
|
|
},
|
|
"funcsigs": {
|
|
"version": "==1.0.2"
|
|
},
|
|
"imagesize": {
|
|
"version": "==0.7.1"
|
|
},
|
|
"jinja2": {
|
|
"version": "==2.9.6"
|
|
},
|
|
"markupsafe": {
|
|
"version": "==1.0"
|
|
},
|
|
"mccabe": {
|
|
"version": "==0.6.1"
|
|
},
|
|
"mock": {
|
|
"version": "==2.0.0"
|
|
},
|
|
"packaging": {
|
|
"version": "==16.8"
|
|
},
|
|
"pbr": {
|
|
"version": "==3.0.1"
|
|
},
|
|
"pexpect": {
|
|
"version": "==4.2.1"
|
|
},
|
|
"ptyprocess": {
|
|
"version": "==0.5.1"
|
|
},
|
|
"py": {
|
|
"version": "==1.4.33"
|
|
},
|
|
"pycodestyle": {
|
|
"version": "==2.3.1"
|
|
},
|
|
"pyflakes": {
|
|
"version": "==1.5.0"
|
|
},
|
|
"pygments": {
|
|
"version": "==2.2.0"
|
|
},
|
|
"pyparsing": {
|
|
"version": "==2.2.0"
|
|
},
|
|
"pytest": {
|
|
"version": "==3.1.0"
|
|
},
|
|
"pytz": {
|
|
"version": "==2017.2"
|
|
},
|
|
"requests": {
|
|
"version": "==2.14.2"
|
|
},
|
|
"setuptools": {
|
|
"version": "==35.0.2"
|
|
},
|
|
"six": {
|
|
"version": "==1.10.0"
|
|
},
|
|
"snowballstemmer": {
|
|
"version": "==1.2.1"
|
|
},
|
|
"sphinx": {
|
|
"version": "==1.5.5"
|
|
},
|
|
"toml": {
|
|
"version": "==0.9.2"
|
|
}
|
|
}
|
|
}
|