Skip to content

Commit 16e7f25

Browse files
committed
Add colorama to the requirements
1 parent c50442f commit 16e7f25

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
@@ -15,6 +15,7 @@ pytest-rerunfailures>=5.0
1515
pytest-xdist>=1.24.1
1616
parameterized==0.6.1
1717
beautifulsoup4>=4.6.0
18+
colorama==0.4.1
1819
pyotp>=2.2.7
1920
boto>=2.49.0
2021
flake8==3.6.0

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
'pytest-xdist>=1.24.1',
6969
'parameterized==0.6.1',
7070
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using bs4
71+
'colorama==0.4.1',
7172
'pyotp>=2.2.7',
7273
'boto>=2.49.0',
7374
'flake8==3.6.0',

0 commit comments

Comments
 (0)