Skip to content

Commit 090d9b6

Browse files
committed
Add packages to support connection to MySQL database.
1 parent 2229f3b commit 090d9b6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,16 @@ itsdangerous==1.1.0
1212
Jinja2==2.10
1313
MarkupSafe==1.1.1
1414
more-itertools==6.0.0
15+
mysqlclient==1.4.2.post1
16+
pkg-resources==0.0.0
1517
pluggy==0.9.0
1618
py==1.8.0
1719
pystache==0.5.4
18-
pytest==4.3.1
1920
pytz==2018.9
2021
sentry-sdk==0.7.6
2122
six==1.12.0
2223
SQLAlchemy==1.3.0
2324
urllib3==1.24.1
25+
uWSGI==2.0.18
2426
validate-email==1.3
2527
Werkzeug==0.14.1

0 commit comments

Comments
 (0)