fix(poetry): add mysql-connector dep

This is not used anymore in our FastAPI code, however, for
back-compatibility with pre-FastAPI scripts, we need it.

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-10-31 19:56:56 -07:00
parent f26cd1e994
commit a82879210c
No known key found for this signature in database
GPG key ID: F7E46DED420788F3
2 changed files with 13 additions and 1 deletions

View file

@ -82,6 +82,7 @@ SQLAlchemy = "^1.4.26"
uvicorn = "^0.15.0"
gunicorn = "^20.1.0"
Hypercorn = "^0.11.2"
mysql-connector = "^2.2.9"
[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"