migrate to using db connection string from env
This commit is contained in:
parent
84a55eefde
commit
efe3248c07
9 changed files with 375 additions and 177 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue