From 35731c013509e6de1d4b84410f12a69c2199a2c1 Mon Sep 17 00:00:00 2001 From: shimunn <> Date: Sun, 21 Apr 2019 13:26:59 +0200 Subject: [PATCH] afix urllib version --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ca8a48..afcc917 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,6 @@ scriptine setuptools simplejson python-memcached -urllib3 +pyyaml +requests==2.18.4 +requests_oauthlib==0.8.0