migrate to using db connection string from env

This commit is contained in:
Viktor Barzin 2025-06-22 21:16:55 +00:00
parent 84a55eefde
commit efe3248c07
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
9 changed files with 375 additions and 177 deletions

View file

@ -28,6 +28,10 @@ tenacity = "^9.1.2"
fastapi = {extras = ["standard"], version = "^0.115.12"}
pyjwt = "^2.10.1"
cryptography = "^45.0.4"
mysqlclient = "^2.2.7"
celery = "^5.5.3"
redis = "^6.2.0"
watchdog = "^6.0.0"
[tool.poetry.group.dev.dependencies]
ipdb = "^0.13.13"