We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7f799f commit b7ed2f6Copy full SHA for b7ed2f6
requirements.txt
@@ -6,8 +6,7 @@ ipdb
6
chardet
7
unittest2
8
selenium==3.141.0
9
-requests==2.21.0
10
-urllib3==1.24.2
+requests>=2.21.0
11
pytest>=4.4.1
12
pytest-cov>=2.6.1
13
pytest-forked>=1.0.2
setup.py
@@ -59,8 +59,7 @@
59
'chardet',
60
'unittest2',
61
'selenium==3.141.0',
62
- 'requests==2.21.0', # Changing this may effect "urllib3"
63
- 'urllib3>=1.24.2,<1.25.0', # Keep this lib in sync with "requests"
+ 'requests>=2.21.0',
64
'pytest>=4.4.1',
65
'pytest-cov>=2.6.1',
66
'pytest-forked>=1.0.2',
0 commit comments