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 b7ed2f6 commit 4858a04Copy full SHA for 4858a04
requirements.txt
@@ -17,9 +17,9 @@ pytest-xdist>=1.28.0
17
pytest-ordering>=0.6
18
parameterized>=0.7.0
19
beautifulsoup4>=4.6.0
20
-colorama==0.4.1
+colorama>=0.4.1
21
pyotp>=2.2.7
22
boto>=2.49.0
23
-flake8==3.7.7
24
-PyVirtualDisplay==0.2.1
+flake8>=3.7.7
+PyVirtualDisplay>=0.2.1
25
-e .
setup.py
@@ -70,11 +70,11 @@
70
'pytest-ordering>=0.6',
71
'parameterized>=0.7.0',
72
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
73
- 'colorama==0.4.1',
+ 'colorama>=0.4.1',
74
'pyotp>=2.2.7',
75
'boto>=2.49.0',
76
- 'flake8>=3.6.0,<3.8.0',
77
- 'PyVirtualDisplay==0.2.1',
+ 'flake8>=3.7.7',
+ 'PyVirtualDisplay>=0.2.1',
78
],
79
packages=[
80
'seleniumbase',
0 commit comments