2025-11-13 19:24:32 -05:00
|
|
|
# Minimal requirements for backend to run
|
|
|
|
|
# WIP: use this as a reference to build a minimal docker image
|
|
|
|
|
|
2026-03-08 00:12:22 +01:00
|
|
|
fastapi==0.135.1
|
|
|
|
|
uvicorn[standard]==0.41.0
|
2025-12-02 08:34:57 +01:00
|
|
|
pydantic==2.12.5
|
2026-01-31 23:51:08 +01:00
|
|
|
python-multipart==0.0.22
|
2025-11-13 19:24:32 -05:00
|
|
|
itsdangerous==2.2.0
|
|
|
|
|
|
2026-02-09 23:15:39 +01:00
|
|
|
python-socketio==5.16.1
|
2025-11-13 19:24:32 -05:00
|
|
|
python-jose==3.5.0
|
|
|
|
|
cryptography
|
|
|
|
|
bcrypt==5.0.0
|
|
|
|
|
argon2-cffi==25.1.0
|
2026-02-09 23:15:39 +01:00
|
|
|
PyJWT[crypto]==2.11.0
|
2026-04-13 21:46:32 -05:00
|
|
|
authlib==1.6.10
|
2025-11-13 19:24:32 -05:00
|
|
|
|
2026-04-13 21:46:32 -05:00
|
|
|
requests==2.33.1
|
|
|
|
|
aiohttp==3.13.5 # do not update to 3.13.3 - broken
|
2025-11-13 19:24:32 -05:00
|
|
|
async-timeout
|
|
|
|
|
aiocache
|
|
|
|
|
aiofiles
|
2026-01-31 23:51:08 +01:00
|
|
|
starlette-compress==1.7.0
|
2026-04-13 23:40:09 -05:00
|
|
|
Brotli==1.2.0
|
2026-04-24 17:04:47 +09:00
|
|
|
brotlicffi==1.2.0.1
|
2025-11-13 19:24:32 -05:00
|
|
|
httpx[socks,http2,zstd,cli,brotli]==0.28.1
|
|
|
|
|
starsessions[redis]==2.2.1
|
|
|
|
|
|
2026-03-08 00:12:22 +01:00
|
|
|
sqlalchemy==2.0.48
|
2026-04-12 14:22:11 -05:00
|
|
|
aiosqlite==0.21.0
|
2026-04-24 18:20:10 +09:00
|
|
|
psycopg[binary]==3.2.9
|
2026-03-08 00:12:22 +01:00
|
|
|
alembic==1.18.4
|
2026-01-17 18:44:32 +01:00
|
|
|
peewee==3.19.0
|
2025-12-02 08:34:57 +01:00
|
|
|
peewee-migrate==1.14.3
|
2025-11-13 19:24:32 -05:00
|
|
|
|
2026-03-08 00:12:22 +01:00
|
|
|
pycrdt==0.12.47
|
2025-11-13 19:24:32 -05:00
|
|
|
redis
|
|
|
|
|
|
2025-12-30 11:05:56 +01:00
|
|
|
APScheduler==3.11.2
|
2025-12-09 21:28:21 +01:00
|
|
|
RestrictedPython==8.1
|
2025-11-13 19:24:32 -05:00
|
|
|
|
|
|
|
|
loguru==0.7.3
|
2026-02-09 23:15:39 +01:00
|
|
|
asgiref==3.11.1
|
2025-11-13 19:24:32 -05:00
|
|
|
|
2026-01-31 23:51:08 +01:00
|
|
|
mcp==1.26.0
|
2025-11-13 19:24:32 -05:00
|
|
|
openai
|
|
|
|
|
|
2026-03-08 00:12:22 +01:00
|
|
|
langchain==1.2.10
|
2025-12-29 00:24:49 +04:00
|
|
|
langchain-community==0.4.1
|
2026-01-03 15:14:25 +01:00
|
|
|
langchain-classic==1.0.1
|
2026-03-08 00:12:22 +01:00
|
|
|
langchain-text-splitters==1.1.1
|
2025-12-29 00:24:49 +04:00
|
|
|
|
2025-11-13 19:24:32 -05:00
|
|
|
fake-useragent==2.2.0
|
|
|
|
|
|
2026-03-08 00:12:22 +01:00
|
|
|
chromadb==1.5.2
|
2026-04-13 21:45:17 -05:00
|
|
|
black==26.3.1
|
2025-11-25 10:52:25 +01:00
|
|
|
pydub
|
|
|
|
|
chardet==5.2.0
|
2026-03-05 03:53:50 +08:00
|
|
|
beautifulsoup4
|