blob: 6a3117fe551ec34a92daa48cdb839141e585f75c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[project]
name = "ttun-server"
version = "0.1.0"
requires-python = ">=3.14"
dependencies = [
"alembic>=1.18.5",
"authlib>=1.7.2",
"bcrypt>=5.0.0",
"csrfmiddleware>=1.3",
"fastapi[standard]>=0.138.2",
"itsdangerous>=2.2.0",
"jinja2>=3.1.6",
"passlib>=1.7.4",
"psycopg2>=2.9.12",
"python-multipart>=0.0.32",
"redis[hiredis]~=7.4.0",
"sqlmodel>=0.0.39",
"uvicorn[standard]~=0.44.0",
]
|