Skip to content

Commit 0fdb376

Browse files
CBQE-6337:Update requirements for python3 install end to end
Change-Id: Ia9f31854e98a95d0551832a323a9025ffd88e02f Reviewed-on: http://review.couchbase.org/c/testrunner/+/144219 Tested-by: Balakumaran G <balakumaran.gopal@couchbase.com> Reviewed-by: Balakumaran G <balakumaran.gopal@couchbase.com> Reviewed-by: Ritesh Agarwal <ritesh.agarwal@couchbase.com> Reviewed-by: Ashwin <ashwintrojan+github@gmail.com>
1 parent 13972b2 commit 0fdb376

File tree

1 file changed

+16
-38
lines changed

1 file changed

+16
-38
lines changed

requirements.txt

Lines changed: 16 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,16 @@
1-
bcrypt~=3.1.7
2-
beautifulsoup4~=4.9.1
3-
boto~=2.49.0
4-
boto3~=1.14.8
5-
botocore~=1.17.8
6-
btrc~=3.2.1
7-
certifi~=2020.6.20
8-
cffi~=1.14.0
9-
chardet~=3.0.4
10-
couchbase~=2.5.12
11-
cryptography~=2.9.2
12-
decorator~=4.4.2
13-
deepdiff~=5.0.0
14-
docker~=4.2.1
15-
docutils~=0.16
16-
Geohash~=1.0
17-
httplib2~=0.18.1
18-
idna~=2.9
19-
Jinja2~=2.11.2
20-
jmespath~=0.10.0
21-
logger~=1.4
22-
MarkupSafe~=1.1.1
23-
ordered-set~=4.0.2
24-
paramiko~=2.7.1
25-
pycparser~=2.20
26-
pyes~=0.99.6
27-
pymongo~=3.10.1
28-
PyNaCl~=1.4.0
29-
python-dateutil~=2.8.1
30-
pytz~=2020.1
31-
PyYAML~=5.3.1
32-
requests~=2.24.0
33-
s3transfer~=0.3.3
34-
sgmllib3k~=1.0.0
35-
six~=1.15.0
36-
soupsieve~=2.0.1
37-
urllib3~=1.25.9
38-
websocket-client~=0.57.0
1+
bcrypt==3.1.7
2+
docutils==0.16
3+
beautifulsoup4==4.9.3
4+
boto3==1.16.21
5+
couchbase==3.1.2
6+
cryptography==2.9.2
7+
decorator==4.4.2
8+
deepdiff==5.0.2
9+
docutils==0.16
10+
Geohash==1.0
11+
paramiko==2.7.1
12+
pycparser==2.20
13+
urllib3==1.26.2
14+
requests==2.25.0
15+
httplib2==0.18.1
16+
typing-extensions==3.7.4.3

0 commit comments

Comments
 (0)