-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathrequirements-dev.txt
61 lines (61 loc) · 2.26 KB
/
requirements-dev.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
-i https://pypi.python.org/simple
aiohttp==3.7.4.post0; python_version >= '3.6'
amqp==5.1.1; python_version >= '3.6'
asgiref==3.7.2; python_version >= '3.7'
async-timeout==3.0.1; python_full_version >= '3.5.3'
attrs==23.1.0; python_version >= '3.7'
billiard==4.1.0; python_version >= '3.7'
celery==5.3.1
certifi==2023.7.22; python_version >= '3.6'
channels==4.0.0
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
click-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
cron-descriptor==1.4.0
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
diff-match-patch==20230430; python_version >= '3.7'
discord.py==1.7.3
django==4.2.4
django-celery-beat==2.5.0
django-hashid-field==3.3.7
django-import-export==3.2.0
django-timezone-field==6.0; python_version >= '3.8' and python_version < '4.0'
et-xmlfile==1.1.0; python_version >= '3.6'
flower==2.0.1
gunicorn==21.2.0
hashids==1.3.1; python_version >= '2.7'
hiredis==2.2.3
humanize==4.8.0; python_version >= '3.8'
idna==3.4; python_version >= '3.5'
kombu==5.3.1; python_version >= '3.8'
markuppy==1.14
multidict==6.0.4; python_version >= '3.7'
mysqlclient==2.2.0
odfpy==1.4.1
openpyxl==3.1.2
packaging==23.1; python_version >= '3.7'
prometheus-client==0.17.1; python_version >= '3.6'
prompt-toolkit==3.0.39; python_full_version >= '3.7.0'
python-crontab==3.0.0
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytz==2023.3
pyyaml==6.0.1
redis==4.1.4
requests==2.31.0
six==1.16.0
sqlparse==0.4.4; python_version >= '3.5'
tablib[html,ods,xls,xlsx,yaml]==3.5.0; python_version >= '3.8'
tornado==6.3.3; python_version >= '3.8'
typing-extensions==4.7.1; python_version >= '3.7'
tzdata==2023.3; python_version >= '2'
urllib3==2.0.4; python_version >= '3.7'
vine==5.0.0; python_version >= '3.6'
wcwidth==0.2.6
wrapt==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
xlrd==2.0.1
xlwt==1.3.0
yarl==1.9.2; python_version >= '3.7'