fix bugs for launch: postgresql url for sqlalchemy; auto loading env

This commit is contained in:
2026-05-19 01:39:57 +08:00
parent a83befe109
commit 86b030930c
7 changed files with 71 additions and 7 deletions
+2
View File
@@ -7,8 +7,10 @@ requires-python = ">=3.14"
dependencies = [
"alembic>=1.18.4",
"boto3>=1.43.9",
"dotenv>=0.9.9",
"fastapi>=0.136.1",
"httpx>=0.28.1",
"jwt>=1.4.0",
"oss2>=2.19.1",
"psycopg2-binary>=2.9.12",
"python-jose>=3.5.0",