forked from mmcinnestaylor/Programming-Contest-Suite
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements-dev.txt
More file actions
54 lines (54 loc) · 2.28 KB
/
requirements-dev.txt
File metadata and controls
54 lines (54 loc) · 2.28 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
-i https://pypi.python.org/simple
aiohappyeyeballs==2.6.1; python_version >= '3.9'
aiohttp==3.13.2; python_version >= '3.9'
aiosignal==1.4.0; python_version >= '3.9'
amqp==5.3.1; python_version >= '3.6'
asgiref==3.11.0; python_version >= '3.9'
attrs==25.4.0; python_version >= '3.9'
billiard==4.2.3; python_version >= '3.7'
celery==5.5.3; python_version >= '3.8'
certifi==2025.11.12; python_version >= '3.7'
charset-normalizer==3.4.4; python_version >= '3.7'
click==8.3.1; python_version >= '3.10'
click-didyoumean==0.3.1; python_full_version >= '3.6.2'
click-plugins==1.1.1.2
click-repl==0.3.0; python_version >= '3.6'
cron-descriptor==2.0.6; python_version >= '3.9'
diff-match-patch==20241021; python_version >= '3.7'
discord-py==2.5.0; python_version >= '3.8'
django==4.2.26; python_version >= '3.8'
django-celery-beat==2.8.1; python_version >= '3.8'
django-hashid-field==3.4.1
django-import-export==4.3.14; python_version >= '3.9'
django-timezone-field==7.1; python_version >= '3.8' and python_version < '4.0'
flower==2.0.1; python_version >= '3.7'
frozenlist==1.8.0; python_version >= '3.9'
gunicorn==23.0.0; python_version >= '3.7'
hashids==1.3.1; python_version >= '2.7'
hiredis==3.3.0; python_version >= '3.8'
humanize==4.14.0; python_version >= '3.10'
idna==3.11; python_version >= '3.8'
kombu==5.5.4; python_version >= '3.8'
multidict==6.7.0; python_version >= '3.9'
mysqlclient==2.2.7; python_version >= '3.8'
packaging==25.0; python_version >= '3.8'
pillow==12.0.0; python_version >= '3.10'
prometheus-client==0.23.1; python_version >= '3.9'
prompt-toolkit==3.0.52; python_version >= '3.8'
propcache==0.4.1; python_version >= '3.9'
python-crontab==3.3.0
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
pytz==2025.2
pyyaml==6.0.3; python_version >= '3.8'
redis==7.1.0; python_version >= '3.10'
requests==2.32.5; python_version >= '3.9'
six==1.17.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'
sqlparse==0.5.3; python_version >= '3.8'
tablib==3.9.0; python_version >= '3.9'
tornado==6.5.2; python_version >= '3.9'
typing-extensions==4.15.0; python_version >= '3.9'
tzdata==2025.2; python_version >= '2'
urllib3==2.5.0; python_version >= '3.9'
vine==5.1.0; python_version >= '3.6'
wcwidth==0.2.14; python_version >= '3.6'
yarl==1.22.0; python_version >= '3.9'