Updated Pipfile to reflect version specs in setup.py; added Sphinx

This commit is contained in:
mattkohl
2017-02-10 10:46:35 +00:00
parent a0b97253c2
commit 7b190acf82
+4 -2
View File
@@ -3,10 +3,12 @@ url = "https://pypi.python.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pytest = ">=2.8.0"
codecov = "*"
pytest-httpbin = "*"
pytest-httpbin = "==0.0.7"
sphinx = "*"
pytest-mock = "*"
pytest-cov = "*"
pysocks = "*"
sphinx = "*"
alabaster = "*"