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 cfd3008 commit da63cb5Copy full SHA for da63cb5
requirements.txt
@@ -24,6 +24,7 @@ parameterized>=0.7.0
24
beautifulsoup4>=4.6.0
25
pyopenssl>=19.0.0
26
colorama>=0.4.1
27
+pymysql>=0.9.3
28
pyotp>=2.3.0
29
boto>=2.49.0
30
flake8>=3.7.8
setup.py
@@ -78,6 +78,7 @@
78
'beautifulsoup4>=4.6.0', # Keep at >=4.6.0 while using "bs4"
79
'pyopenssl>=19.0.0',
80
'colorama>=0.4.1',
81
+ 'pymysql>=0.9.3',
82
'pyotp>=2.3.0',
83
'boto>=2.49.0',
84
'flake8>=3.7.8',
0 commit comments