Add postgres db (messy)
Some checks failed
/ build (push) Failing after 6s
/ test (push) Failing after 6s

This commit is contained in:
phil 2025-02-17 02:42:38 +01:00
parent 4008036bca
commit fb433e27be
9 changed files with 257 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",