From 68f10d0d1a08d99e54050a94fa184858a3e78024 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 15 Mar 2018 11:19:23 -0400 Subject: [PATCH] pipfile updates Signed-off-by: Kenneth Reitz --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index da56c805..7863cdde 100644 --- a/Pipfile +++ b/Pipfile @@ -8,7 +8,7 @@ verify_ssl = true pytest = ">=2.8.0" codecov = "*" -pytest-httpbin = "==0.0.7" +pytest-httpbin = "*" pytest-mock = "*" pytest-cov = "*" pytest-xdist = "*"