From 7b190acf82e41f8203143ad08eb8c76aaffc2f14 Mon Sep 17 00:00:00 2001 From: mattkohl Date: Fri, 10 Feb 2017 10:46:35 +0000 Subject: [PATCH] Updated Pipfile to reflect version specs in setup.py; added Sphinx --- Pipfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 = "*"