Skip to content

Commit 6de9b5d

Browse files
committed
Update requirements
1 parent f513124 commit 6de9b5d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
pip
1+
pip>=19.1.1
22
setuptools
33
six
44
nose
55
ipdb
66
chardet
77
unittest2
88
selenium==3.141.0
9-
urllib3==1.24.3
109
requests>=2.21.0
1110
pytest>=4.4.1
1211
pytest-cov>=2.6.1
1312
pytest-forked>=1.0.2
1413
pytest-html>=1.20.0
1514
pytest-metadata>=1.8.0
15+
pytest-ordering>=0.6
1616
pytest-rerunfailures>=7.0
1717
pytest-xdist>=1.28.0
18-
pytest-ordering>=0.6
1918
parameterized>=0.7.0
2019
beautifulsoup4>=4.6.0
20+
pyopenssl>=19.0.0
2121
colorama>=0.4.1
2222
pyotp>=2.2.7
2323
boto>=2.49.0

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,18 @@
5959
'chardet',
6060
'unittest2',
6161
'selenium==3.141.0',
62-
'urllib3==1.24.3',
6362
'requests>=2.21.0',
6463
'pytest>=4.4.1',
6564
'pytest-cov>=2.6.1',
6665
'pytest-forked>=1.0.2',
6766
'pytest-html>=1.20.0',
6867
'pytest-metadata>=1.8.0',
68+
'pytest-ordering>=0.6',
6969
'pytest-rerunfailures>=7.0',
7070
'pytest-xdist>=1.28.0',
71-
'pytest-ordering>=0.6',
7271
'parameterized>=0.7.0',
7372
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
73+
'pyopenssl>=19.0.0',
7474
'colorama>=0.4.1',
7575
'pyotp>=2.2.7',
7676
'boto>=2.49.0',

0 commit comments

Comments
 (0)