-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
40 lines (40 loc) · 2.76 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
asgiref==3.4.0; python_version >= "3.6"
certifi==2021.5.30; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
chardet==4.0.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
click==8.0.1; python_version >= "3.6"
colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.6" and python_full_version >= "3.5.0"
croniter==1.0.15; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
defusedxml==0.7.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.5.0"
diff-match-patch==20200713; python_version >= "3.5"
django-environ==0.4.5
django-import-export==2.5.0; python_version >= "3.5"
django-phonenumber-field==5.2.0; python_version >= "3.6"
django-redis-cache==3.0.0
django-rq==2.4.1
django-timezone-field==4.1.2; python_version >= "3.5"
django==3.2.4; python_version >= "3.6"
djangorestframework==3.12.4; python_version >= "3.5"
et-xmlfile==1.1.0; python_version >= "3.6"
gunicorn==20.1.0; python_version >= "3.5"
idna==2.10; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
markuppy==1.14; python_version >= "3.6"
odfpy==1.4.1; python_version >= "3.6"
openpyxl==3.0.7; python_version >= "3.6"
phonenumbers==8.12.26
psutil==5.8.0; (python_version >= "2.6" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
psycopg2==2.9.1; python_version >= "3.6"
python-dateutil==2.8.1; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
pytz==2021.1; python_version >= "3.6"
pyyaml==5.4.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.6.0"
redis==3.5.3; python_version >= "3.5" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.5"
requests==2.25.1; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
rq-scheduler==0.11.0
rq==1.8.1; python_version >= "3.5"
six==1.16.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
sms-counter @ git+https://github.com/dedayoa/sms-counter-python.git@master
sqlparse==0.4.1; python_version >= "3.6"
tablib==3.0.0; python_version >= "3.6"
urllib3==1.26.6; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version < "4"
whitenoise==5.2.0; python_version >= "3.5" and python_version < "4"
xlrd==2.0.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_version >= "3.6" and python_full_version >= "3.6.0"
xlwt==1.3.0; python_version >= "3.6"