Skip to content

Commit a437032

Browse files
committed
Use more-itertools version >=5.0.0,<6.0.0
1 parent a34e563 commit a437032

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ beautifulsoup4>=4.6.0
1818
colorama==0.4.1
1919
pyotp>=2.2.7
2020
boto>=2.49.0
21+
more-itertools>=5.0.0,<6.0.0
2122
flake8==3.7.5
2223
PyVirtualDisplay==0.2.1
2324
-e .

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
'colorama==0.4.1',
7272
'pyotp>=2.2.7',
7373
'boto>=2.49.0',
74+
'more-itertools>=5.0.0,<6.0.0', # Keep this for Python 2 compatibility
7475
'flake8>=3.6.0,<3.8.0',
7576
'PyVirtualDisplay==0.2.1',
7677
],

0 commit comments

Comments
 (0)