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 c50442f commit 16e7f25Copy full SHA for 16e7f25
requirements.txt
@@ -15,6 +15,7 @@ pytest-rerunfailures>=5.0
15
pytest-xdist>=1.24.1
16
parameterized==0.6.1
17
beautifulsoup4>=4.6.0
18
+colorama==0.4.1
19
pyotp>=2.2.7
20
boto>=2.49.0
21
flake8==3.6.0
setup.py
@@ -68,6 +68,7 @@
68
'pytest-xdist>=1.24.1',
69
'parameterized==0.6.1',
70
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
71
+ 'colorama==0.4.1',
72
'pyotp>=2.2.7',
73
'boto>=2.49.0',
74
'flake8==3.6.0',
0 commit comments