fix(poetry): remove mysql-connector dependency

Reverting a8287921

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
Leonidas Spyropoulos 2022-05-12 23:26:57 +01:00
parent 02d114d575
commit 0b54488563
No known key found for this signature in database
GPG key ID: 59E43E106B247368
2 changed files with 0 additions and 13 deletions

View file

@ -80,7 +80,6 @@ SQLAlchemy = "^1.4.26"
uvicorn = "^0.15.0"
gunicorn = "^20.1.0"
Hypercorn = "^0.11.2"
mysql-connector = "^2.2.9"
prometheus-fastapi-instrumentator = "^5.7.1"
pytest-xdist = "^2.4.0"
filelock = "^3.3.2"