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.
2 parents a34e563 + a9e7eee commit f7272a9Copy full SHA for f7272a9
requirements.txt
@@ -18,6 +18,7 @@ beautifulsoup4>=4.6.0
18
colorama==0.4.1
19
pyotp>=2.2.7
20
boto>=2.49.0
21
+more-itertools>=5.0.0,<6.0.0
22
flake8==3.7.5
23
PyVirtualDisplay==0.2.1
24
-e .
setup.py
@@ -17,7 +17,7 @@
17
setup(
name='seleniumbase',
- version='1.19.4',
+ version='1.19.5',
description='Reliable Browser Automation & Testing Framework',
long_description=long_description,
long_description_content_type='text/markdown',
@@ -71,6 +71,7 @@
71
'colorama==0.4.1',
72
'pyotp>=2.2.7',
73
'boto>=2.49.0',
74
+ 'more-itertools>=5.0.0,<6.0.0', # Keep this for Python 2 compatibility
75
'flake8>=3.6.0,<3.8.0',
76
'PyVirtualDisplay==0.2.1',
77
],
0 commit comments