-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
55 lines (55 loc) · 2.16 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.5.2 ; python_version >= '3.7'
async-timeout==4.0.2 ; python_version >= '3.6'
billiard==3.6.4.0
celery==5.2.7
certifi==2022.9.24 ; python_version >= '3.6'
charset-normalizer==2.1.1 ; python_full_version >= '3.6.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
coreapi==2.3.3
coreschema==0.0.4
deprecated==1.2.13 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
django==4.1.2 ; python_version >= '3.8'
django-debug-toolbar==3.7.0
django-filter==22.1
django-mailjet==0.3.1
django-phonenumber-field[phonenumberslite]==7.0.0
django-rest-framework==0.1.0
djangorestframework==3.14.0 ; python_version >= '3.6'
djangorestframework-simplejwt==5.2.1
drf-nested-routers==0.93.4
drf-yasg==1.21.4
flower==1.2.0
humanize==4.4.0 ; python_version >= '3.7'
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'
mailjet-rest==1.3.4
markupsafe==2.1.1 ; python_version >= '3.7'
packaging==21.3 ; python_version >= '3.6'
phonenumberslite==8.12.56
pillow==9.2.0
prometheus-client==0.14.1 ; python_version >= '3.6'
prompt-toolkit==3.0.31 ; python_full_version >= '3.6.2'
pyjwt==2.5.0 ; python_version >= '3.7'
pyparsing==3.0.9 ; python_full_version >= '3.6.8'
pytz==2022.4
redis==4.3.4
requests==2.28.1 ; python_version >= '3.7' and python_version < '4'
ruamel.yaml==0.17.21 ; python_version >= '3'
ruamel.yaml.clib==0.2.6 ; python_version < '3.11' and platform_python_implementation == 'CPython'
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'
stripe==4.2.0
tornado==6.2 ; python_version >= '3.7'
uritemplate==4.1.1 ; python_version >= '3.6'
urllib3==1.26.12 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'
vine==5.0.0 ; python_version >= '3.6'
wcwidth==0.2.5
wrapt==1.14.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'