mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
requirements
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
[dev-packages]
|
||||
pytest = "*"
|
||||
mock = "*"
|
||||
"delegator.py" = ">=0.0.10"
|
||||
toml = "*"
|
||||
Sphinx = "<=1.5.5"
|
||||
|
||||
[packages]
|
||||
pew = ">=0.1.26"
|
||||
|
||||
[requires]
|
||||
python_version = "2.7"
|
||||
Generated
-131
@@ -1,131 +0,0 @@
|
||||
{
|
||||
"_meta": {
|
||||
"hash": {
|
||||
"sha256": "8cba5434b2ba425d05649334b063af088196a5208a5a7c9ae52be9e1467824b8"
|
||||
},
|
||||
"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": {
|
||||
"Babel": {
|
||||
"version": "==2.4.0"
|
||||
},
|
||||
"Jinja2": {
|
||||
"version": "==2.9.6"
|
||||
},
|
||||
"MarkupSafe": {
|
||||
"version": "==1.0"
|
||||
},
|
||||
"Pygments": {
|
||||
"version": "==2.2.0"
|
||||
},
|
||||
"Sphinx": {
|
||||
"version": "==1.5.5"
|
||||
},
|
||||
"alabaster": {
|
||||
"version": "==0.7.10"
|
||||
},
|
||||
"appdirs": {
|
||||
"version": "==1.4.3"
|
||||
},
|
||||
"delegator.py": {
|
||||
"version": "==0.0.10"
|
||||
},
|
||||
"docutils": {
|
||||
"version": "==0.13.1"
|
||||
},
|
||||
"funcsigs": {
|
||||
"version": "==1.0.2"
|
||||
},
|
||||
"imagesize": {
|
||||
"version": "==0.7.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"
|
||||
},
|
||||
"pyparsing": {
|
||||
"version": "==2.2.0"
|
||||
},
|
||||
"pytest": {
|
||||
"version": "==3.0.7"
|
||||
},
|
||||
"pytz": {
|
||||
"version": "==2017.2"
|
||||
},
|
||||
"requests": {
|
||||
"version": "==2.14.2"
|
||||
},
|
||||
"setuptools": {
|
||||
"version": "==35.0.2"
|
||||
},
|
||||
"six": {
|
||||
"version": "==1.10.0"
|
||||
},
|
||||
"snowballstemmer": {
|
||||
"version": "==1.2.1"
|
||||
},
|
||||
"toml": {
|
||||
"version": "==0.9.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
alabaster==0.7.10
|
||||
appdirs==1.4.3
|
||||
Babel==2.4.0
|
||||
backports.shutil-get-terminal-size==1.0.0
|
||||
certifi==2017.4.17
|
||||
chardet==3.0.3
|
||||
delegator.py==0.0.10
|
||||
docutils==0.13.1
|
||||
funcsigs==1.0.2
|
||||
idna==2.5
|
||||
imagesize==0.7.1
|
||||
Jinja2==2.9.6
|
||||
MarkupSafe==1.0
|
||||
mock==2.0.0
|
||||
packaging==16.8
|
||||
pathlib==1.0.1
|
||||
pbr==3.0.1
|
||||
pew==0.1.26
|
||||
pexpect==4.2.1
|
||||
ptyprocess==0.5.1
|
||||
py==1.4.33
|
||||
Pygments==2.2.0
|
||||
pyparsing==2.2.0
|
||||
pytest==3.0.7
|
||||
pythonz-bd==1.11.4
|
||||
pytz==2017.2
|
||||
requests==2.14.2
|
||||
shutilwhich==1.1.0
|
||||
six==1.10.0
|
||||
snowballstemmer==1.2.1
|
||||
Sphinx==1.5.5
|
||||
toml==0.9.2
|
||||
urllib3==1.21.1
|
||||
virtualenv==15.1.0
|
||||
virtualenv-clone==0.2.6
|
||||
Reference in New Issue
Block a user