Skip to content

Commit da63cb5

Browse files
committed
Add pymysql to requirements
1 parent cfd3008 commit da63cb5

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
@@ -24,6 +24,7 @@ parameterized>=0.7.0
2424
beautifulsoup4>=4.6.0
2525
pyopenssl>=19.0.0
2626
colorama>=0.4.1
27+
pymysql>=0.9.3
2728
pyotp>=2.3.0
2829
boto>=2.49.0
2930
flake8>=3.7.8

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using "bs4"
7979
'pyopenssl>=19.0.0',
8080
'colorama>=0.4.1',
81+
'pymysql>=0.9.3',
8182
'pyotp>=2.3.0',
8283
'boto>=2.49.0',
8384
'flake8>=3.7.8',

0 commit comments

Comments
 (0)