Files
core/requirements.txt

29 lines
503 B
Plaintext
Raw Normal View History

# Core dependencies
bcrypt>=4.0.0
PyJWT>=2.10.0
authlib>=1.2.0
google-analytics-data>=0.18.0
colorlog>=6.7.0
psycopg2-binary>=2.9.0
httpx>=0.24.0
redis[hiredis]>=4.5.0
sentry-sdk[starlette,sqlalchemy]>=1.32.0
starlette>=0.27.0
gql>=3.4.0
ariadne>=0.20.0
granian>=0.4.0
2025-07-31 18:55:59 +03:00
sqlalchemy>=2.0.0
orjson>=3.9.0
pydantic>=2.0.0
2025-08-23 14:08:34 +03:00
numpy>=1.24.0
2025-08-23 10:47:52 +03:00
muvera>=0.2.0
# Type stubs
types-requests>=2.31.0
types-Authlib>=1.2.0
2025-08-21 12:16:30 +03:00
types-orjson
types-PyYAML>=6.0.0
types-python-dateutil>=2.8.0
types-redis>=4.6.0
2025-08-20 20:54:58 +03:00
types-PyJWT>=1.7.1