-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathrequirements.txt
31 lines (31 loc) · 922 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Click==8.1.8
Django==4.2.20
django-cors-headers==4.7.0
redis==5.2.1
sqlalchemy==2.0.38
channels==4.2.0
channels-redis==4.2.1
orjson==3.10.15
simplejson==3.20.1
psycopg2-binary
sentry-sdk[django]==2.22.0
python-dateutil==2.9.0.post0
# discord-webhook[async]
git+https://github.com/cemathey/python-discord-webhook@89ae25140b30a6747de70e5bf16bc5ba04a9b238
requests==2.32.3
steam==1.4.4
# Alembic does not use semantic versioning, so be careful with the version numbers https://alembic.sqlalchemy.org/en/latest/front.html#versioning-scheme
alembic==1.14.1
rq==2.1.0
rq-scheduler==0.14.0
paramiko==3.5.1
ftpretty==0.4.0
pytz>=2023.3
pydantic==2.10.6
discord.py==2.5.0
# django-directory
# django-dirctory is currently incompatible with Django 4.0+, PR is pending to fix django-directory upstream
git+https://github.com/cemathey/django-directory@f51ee1e8dc50edf453fee4a0d9631c0e46fe9433
pre-commit
humanize==4.12.1
httpx==0.28.1