From 8fb22c81533ed57a26bd59062f7f2adf015b7eac Mon Sep 17 00:00:00 2001 From: Eran Duchan Date: Thu, 4 Jun 2020 15:59:27 +0300 Subject: [PATCH] Lock versions to minor due to ujson regression (#32) --- Pipfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Pipfile b/Pipfile index 34164d5..c033715 100644 --- a/Pipfile +++ b/Pipfile @@ -8,6 +8,6 @@ flake8 = "*" twine = "*" [packages] -requests = ">=2.21.0" -future = ">=0.18.2" -ujson = ">=2.0.3" +requests = "~=2.21.0" +future = "~=0.18.2" +ujson = "~=2.0.3"