Merge pull request #3830 from nateprewitt/fixing_pipfile_source

Fixing Pipfile source
This commit is contained in:
2017-01-24 20:57:59 -05:00
committed by GitHub
3 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
.PHONY: docs
init:
pip install 'pipenv>=0.1.6,!=0.2.6,!=0.2.7,!=0.2.8'
pip install 'pipenv>=0.1.6'
pipenv install --dev
test:
+1 -1
View File
@@ -1,5 +1,5 @@
[[source]]
url = "https://pypi.org/"
url = "https://pypi.python.org/simple"
verify_ssl = true
[dev-packages]
Generated
+7 -2
View File
@@ -9,23 +9,28 @@
"Babel": "==2.3.4",
"alabaster": "==0.7.9",
"pytest-mock": "==1.5.0",
"packaging": "==16.8",
"MarkupSafe": "==0.23",
"pytz": "==2016.10",
"coverage": "==4.3.4",
"pytest-httpbin": "==0.2.3",
"funcsigs": "==1.0.2",
"pyparsing": "==2.1.10",
"click": "==6.7",
"decorator": "==4.0.11",
"imagesize": "==0.7.1",
"argparse": "==1.4.0",
"Pygments": "==2.1.3",
"sphinx": "*",
"pbr": "==1.10.0",
"snowballstemmer": "==1.2.1",
"ordereddict": "==1.1",
"py": "==1.4.32",
"pytest-cov": "==2.4.0",
"docutils": "==0.13.1",
"pytest": "==3.0.5",
"Jinja2": "==2.9.4",
"appdirs": "==1.4.0",
"Sphinx": "==1.5.1",
"requests": "==2.12.5",
"itsdangerous": "==0.24",
@@ -35,11 +40,11 @@
"_meta": {
"sources": [
{
"url": "https://pypi.org/",
"url": "https://pypi.python.org/simple",
"verify_ssl": true
}
],
"requires": {},
"Pipfile-sha256": "f306fe105cc76e259ab1e5d2933ad2d0fe7a8b2d28686f64f7a94f767c0ce5d4"
"Pipfile-sha256": "f626e302e0f052b9f5e407a0b998407906b4272b4fe45503d3ea1dcd5e8e5029"
}
}