very basic orm structure and email support
This commit is contained in:
parent
c483e5f555
commit
3f1b735506
13 changed files with 1913 additions and 5 deletions
|
|
@ -24,6 +24,17 @@ dependencies = [
|
|||
"fastapi~=0.116.1",
|
||||
"uvicorn[standard]~=0.35.0",
|
||||
"jinja2~=3.1.6",
|
||||
"sqlmodel~=0.0.24",
|
||||
"alembic~=1.16.4",
|
||||
"asyncpg~=0.30.0",
|
||||
"aiosqlite~=0.21.0",
|
||||
"python-dotenv~=1.1.1",
|
||||
"aiosmtplib~=4.0.1",
|
||||
"aioimaplib~=2.0.1",
|
||||
"email-validator~=2.2.0",
|
||||
"passlib[bcrypt]~=1.7.4",
|
||||
"python-jose[cryptography]~=3.5.0",
|
||||
"python-multipart~=0.0.20",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue