Add postgres db (messy)

This commit is contained in:
phil 2025-02-17 02:42:38 +01:00
parent 1c57944a90
commit 2534c1cbb4
9 changed files with 256 additions and 111 deletions

View file

@ -6,9 +6,11 @@ description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"asyncpg>=0.30.0",
"authlib>=1.4.0",
"cachetools>=5.5.0",
"fastapi[standard]>=0.115.6",
"greenlet>=3.1.1",
"httpx>=0.28.1",
"itsdangerous>=2.2.0",
"passlib[bcrypt]>=1.7.4",