-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
55 lines (55 loc) · 4.17 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
-i https://pypi.org/simple
amqp==5.1.1 ; python_version >= '3.6'
asgiref==3.6.0 ; python_version >= '3.7'
async-timeout==4.0.2 ; python_version < '3.11'
billiard==3.6.4.0
celery==5.2.7
certifi==2022.12.7 ; python_version >= '3.6'
charset-normalizer==3.1.0 ; python_full_version >= '3.7.0'
click==8.1.3 ; 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.2.0
colorama==0.4.6 ; platform_system == 'Windows'
confusable-homoglyphs==3.2.0
coreapi==2.3.3
coreschema==0.0.4
crispy-bootstrap5==0.7
cron-descriptor==1.2.35
django==4.1.7
django-celery-beat==2.5.0
django-celery-results==2.5.0
django-configurations==2.4
django-crispy-forms==2.0 ; python_version >= '3.7'
django-registration==3.3
django-timezone-field==5.0 ; python_version >= '3.7' and python_version < '4.0'
djangorestframework==3.14.0
djangorestframework-simplejwt==5.2.2
drf-yasg==1.21.5
gunicorn==20.1.0
idna==3.4 ; python_version >= '3.5'
inflection==0.5.1 ; python_version >= '3.5'
itypes==1.2.0
jinja2==3.1.2 ; python_version >= '3.7'
kombu==5.2.4 ; python_version >= '3.7'
markupsafe==2.1.2 ; python_version >= '3.7'
packaging==23.0 ; python_version >= '3.7'
prompt-toolkit==3.0.38 ; python_full_version >= '3.7.0'
psycopg2-binary==2.9.5
pyjwt==2.6.0 ; python_version >= '3.7'
python-crontab==2.7.1
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-decouple==3.8
pytz==2022.7.1
redis==4.5.2
requests==2.28.2
ruamel.yaml==0.17.21 ; python_version >= '3'
ruamel.yaml.clib==0.2.7 ; python_version < '3.11' and platform_python_implementation == 'CPython'
setuptools==67.6.0 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.3 ; python_version >= '3.5'
tzdata==2022.7 ; sys_platform == 'win32'
uritemplate==4.1.1 ; python_version >= '3.6'
urllib3==1.26.15 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
vine==5.0.0 ; python_version >= '3.6'
wcwidth==0.2.6