requirements-min.txt 797 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Minimal requirements for backend to run
  2. # WIP: use this as a reference to build a minimal docker image
  3. fastapi==0.118.0
  4. uvicorn[standard]==0.37.0
  5. pydantic==2.11.9
  6. python-multipart==0.0.20
  7. itsdangerous==2.2.0
  8. python-socketio==5.13.0
  9. python-jose==3.5.0
  10. cryptography
  11. bcrypt==5.0.0
  12. argon2-cffi==25.1.0
  13. PyJWT[crypto]==2.10.1
  14. authlib==1.6.5
  15. requests==2.32.5
  16. aiohttp==3.12.15
  17. async-timeout
  18. aiocache
  19. aiofiles
  20. starlette-compress==1.6.0
  21. httpx[socks,http2,zstd,cli,brotli]==0.28.1
  22. starsessions[redis]==2.2.1
  23. sqlalchemy==2.0.38
  24. alembic==1.14.0
  25. peewee==3.18.1
  26. peewee-migrate==1.12.2
  27. pycrdt==0.12.25
  28. redis
  29. APScheduler==3.10.4
  30. RestrictedPython==8.0
  31. loguru==0.7.3
  32. asgiref==3.8.1
  33. mcp==1.14.1
  34. openai
  35. langchain==0.3.27
  36. langchain-community==0.3.29
  37. fake-useragent==2.2.0
  38. chromadb==1.1.0
  39. black==25.9.0
  40. pydub