Add postgres db (messy)
This commit is contained in:
parent
4008036bca
commit
fb433e27be
9 changed files with 257 additions and 111 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue