diff --git a/Pipfile b/Pipfile index 2e7ec08d..0f528f0d 100644 --- a/Pipfile +++ b/Pipfile @@ -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 = "*"