-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
53 lines (53 loc) · 3.3 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
asgiref==3.5.2; python_version >= "3.7"
async-timeout==4.0.2; python_version >= "3.6"
autopep8==1.6.0
backports.zoneinfo==0.2.1; python_version < "3.9" and python_version >= "3.8"
certifi==2022.6.15; python_version >= "3.7" and python_version < "4"
charset-normalizer==2.1.0; python_version >= "3.7" and python_version < "4" and python_full_version >= "3.6.0"
click==8.1.3; python_version >= "3.7"
colorama==0.4.5; python_version >= "3.7" and python_full_version < "3.0.0" and platform_system == "Windows" or platform_system == "Windows" and python_version >= "3.7" and python_full_version >= "3.5.0"
croniter==1.3.5; 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.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.5.0"
deprecated==1.2.13; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
diff-match-patch==20200713; python_version >= "3.7"
dj-database-url==0.5.0
django-crispy-forms==1.14.0; python_version >= "3.7"
django-environ==0.8.1; python_version >= "3.4" and python_version < "4"
django-extensions==3.1.5; python_version >= "3.6"
django-import-export==2.8.0; python_version >= "3.7"
django-minify-html==1.3.0; python_version >= "3.8"
django-rq==2.5.1
django==4.0.6; python_version >= "3.8"
djangorestframework==3.13.1; python_version >= "3.6"
et-xmlfile==1.1.0; python_version >= "3.7"
gunicorn==20.1.0; python_version >= "3.5"
h11==0.13.0; python_version >= "3.7"
idna==3.3; python_version >= "3.7" and python_version < "4"
markuppy==1.14; python_version >= "3.7"
minify-html==0.9.2; python_version >= "3.8"
odfpy==1.4.1; python_version >= "3.7"
openpyxl==3.0.10; python_version >= "3.7"
packaging==21.3; python_version >= "3.6"
psycopg2-binary==2.9.3; python_version >= "3.6"
pycodestyle==2.8.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.6"
python-dateutil==2.8.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.4.0"
python-decouple==3.6
pytz==2021.3
pyyaml==6.0; python_version >= "3.7"
redis==4.3.4; python_version >= "3.6"
requests==2.28.1; python_version >= "3.7" and python_version < "4"
rq-scheduler==0.11.0
rq==1.10.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.4.0"
sqlparse==0.4.2; python_version >= "3.5"
tablib==3.2.1; python_version >= "3.7"
toml==0.10.2; python_version >= "2.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0"
tzdata==2022.1; sys_platform == "win32" and python_version >= "3.8"
unipath==1.1
urllib3==1.26.9; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.5.0" and python_version < "4" and python_version >= "3.7"
uvicorn==0.17.6; python_version >= "3.7"
whitenoise==6.2.0; python_version >= "3.7"
wrapt==1.14.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
xlrd==2.0.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version >= "3.6.0"
xlwt==1.3.0; python_version >= "3.7"