2024-12-28 18:23:46 +07:00
|
|
|
uvicorn==0.33.0 # uvicorn 0.33 is the last version supporting Python 3.8
|
2024-12-28 18:21:18 +07:00
|
|
|
pydantic==2.10.4
|
|
|
|
fastapi==0.115.6
|
|
|
|
python-multipart==0.0.20
|
|
|
|
websockets==14.1
|
2024-10-31 13:48:22 +10:00
|
|
|
aiohttp>=3.10.10,<3.11
|
2024-12-28 18:21:18 +07:00
|
|
|
async-timeout==5.0.1; python_version < '3.11'
|
2024-07-03 18:53:14 +02:00
|
|
|
aiofiles>=24.1.0,<25.0
|
2024-12-28 18:21:18 +07:00
|
|
|
Jinja2>=3.1.5,<3.2
|
|
|
|
sentry-sdk>=2.19.2,<2.20 # optional dependency
|
|
|
|
psutil>=6.1.1
|
2024-01-27 17:04:02 +11:00
|
|
|
distro>=1.9.0
|
2022-11-07 21:48:45 +08:00
|
|
|
py-cpuinfo>=9.0.0,<10.0
|
2024-12-30 15:45:17 +07:00
|
|
|
greenlet==3.1.1 # necessary to run sqlalchemy on Python 3.13
|
2024-10-31 17:09:52 +10:00
|
|
|
sqlalchemy==2.0.36
|
2024-03-05 01:03:59 +08:00
|
|
|
aiosqlite==0.20.0
|
2024-12-28 18:21:18 +07:00
|
|
|
alembic==1.14.0
|
|
|
|
bcrypt==4.2.1
|
2024-12-30 15:25:24 +07:00
|
|
|
joserfc==1.0.1
|
2024-08-03 16:35:17 +02:00
|
|
|
email-validator==2.2.0
|
2024-12-31 17:19:32 +07:00
|
|
|
watchdog==6.0.0
|
2024-08-03 16:35:17 +02:00
|
|
|
zstandard==0.23.0
|
2024-11-09 12:17:06 +10:00
|
|
|
platformdirs>=2.4.0,<3 # platformdirs >=3 conflicts when building Debian packages
|
2023-09-23 14:48:04 +10:00
|
|
|
importlib-resources>=1.3; python_version <= '3.9'
|
2024-10-26 18:22:40 +10:00
|
|
|
truststore>=0.10.0; python_version >= '3.10'
|