forked from TrueCloudLab/s3-tests
bootstrap,requirements.txt: bump up setuptools and requests
Fixes: https://tracker.ceph.com/issues/45691 Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
4c8bbbef0a
commit
b7f47c2a31
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue