Skip to content

Commit 4858a04

Browse files
committed
Make some requirements more flexible
1 parent b7ed2f6 commit 4858a04

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ pytest-xdist>=1.28.0
1717
pytest-ordering>=0.6
1818
parameterized>=0.7.0
1919
beautifulsoup4>=4.6.0
20-
colorama==0.4.1
20+
colorama>=0.4.1
2121
pyotp>=2.2.7
2222
boto>=2.49.0
23-
flake8==3.7.7
24-
PyVirtualDisplay==0.2.1
23+
flake8>=3.7.7
24+
PyVirtualDisplay>=0.2.1
2525
-e .

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@
7070
'pytest-ordering>=0.6',
7171
'parameterized>=0.7.0',
7272
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
73-
'colorama==0.4.1',
73+
'colorama>=0.4.1',
7474
'pyotp>=2.2.7',
7575
'boto>=2.49.0',
76-
'flake8>=3.6.0,<3.8.0',
77-
'PyVirtualDisplay==0.2.1',
76+
'flake8>=3.7.7',
77+
'PyVirtualDisplay>=0.2.1',
7878
],
7979
packages=[
8080
'seleniumbase',

0 commit comments

Comments
 (0)