Files
core/requirements.txt

29 lines
502 B
Plaintext
Raw Normal View History

2023-10-05 23:55:23 +03:00
aredis>=1.1.8
httpx>=0.23.0
2023-10-06 00:10:46 +03:00
gql[requests] # TODO: replace with httpx when stable
2023-10-05 23:05:09 +03:00
git+https://github.com/encode/starlette.git#main
sqlalchemy>=1.4.41
2023-10-05 23:55:23 +03:00
ariadne>=0.17.0
uvicorn>=0.18.3
2023-10-05 23:55:23 +03:00
python-frontmatter~=1.0.0
PyYAML>=5.4
pyjwt>=2.6.0
pydantic>=1.10.2
passlib~=1.7.4
2022-06-12 11:55:14 +03:00
itsdangerous
authlib>=1.1.0
2022-06-12 11:55:14 +03:00
psycopg2-binary
bcrypt>=4.0.0
2022-06-12 11:55:14 +03:00
websockets
2022-09-03 13:50:14 +03:00
flake8
python-dateutil~=2.8.2
2022-11-21 07:36:40 +03:00
lxml
2023-01-31 10:16:06 +03:00
sentry-sdk>=1.14.0
2023-07-13 15:01:58 +02:00
boto3~=1.28.2
botocore~=1.31.2
python-multipart~=0.0.6
alembic==1.11.3
Mako==1.2.4
MarkupSafe==2.1.3
2023-10-05 23:22:11 +03:00
transliterate