Adds the mysql Python dependency

This commit is contained in:
Trenton Holmes
2022-08-30 14:56:14 -07:00
parent 2c17767c28
commit 26bcafea7d
2 changed files with 15 additions and 3 deletions

View File

@@ -52,6 +52,7 @@ concurrent-log-handler = "*"
zipp = {version = "*", markers = "python_version < '3.9'"}
pyzbar = "*"
pdf2image = "*"
mysqlclient = "*"
[dev-packages]
coveralls = "*"