]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
bootstrap,requirements.txt: bump up setuptools and requests
authorKefu Chai <kchai@redhat.com>
Mon, 25 May 2020 04:48:19 +0000 (12:48 +0800)
committerCasey Bodley <cbodley@redhat.com>
Tue, 26 May 2020 13:08:26 +0000 (09:08 -0400)
Fixes: https://tracker.ceph.com/issues/45691
Signed-off-by: Kefu Chai <kchai@redhat.com>
bootstrap
requirements.txt

index 018597a61ab34075506bd77ff77e0d99fb2339bc..36a5c5b2338ee717c2e586942e3203ca67c1cf87 100755 (executable)
--- a/bootstrap
+++ b/bootstrap
@@ -64,8 +64,8 @@ ${virtualenv} --python=$(which python3.6) virtualenv
 # avoid pip bugs
 ./virtualenv/bin/pip3 install --upgrade pip
 
-# slightly old version of setuptools; newer fails w/ requests 0.14.0
-./virtualenv/bin/pip3 install setuptools==32.3.1
+# latest setuptools supporting python 2.7
+./virtualenv/bin/pip install setuptools==44.1.0
 
 ./virtualenv/bin/pip3 install -r requirements.txt
 
index 816d146c05f7a463066981ca3715cf65c70ca3c9..88e34a5181d423f4b14c4d367d8e681a56fabf2f 100644 (file)
@@ -6,7 +6,7 @@ munch >=2.0.0
 # 0.14 switches to libev, that means bootstrap needs to change too
 gevent >=1.0
 isodate >=0.4.4
-requests >=0.14.0
+requests >=2.23.0
 pytz >=2011k
 httplib2
 lxml