-
Notifications
You must be signed in to change notification settings - Fork 10
/
requirements.txt
39 lines (38 loc) · 2.32 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
anyascii==0.3.1; python_version >= "3.7"
asgiref==3.5.2; python_version >= "3.8"
backports.zoneinfo==0.2.1; python_version < "3.9" and python_version >= "3.8"
beautifulsoup4==4.9.3; python_version >= "3.7"
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"
django-filter==21.1; python_version >= "3.7"
django-modelcluster==6.0; python_version >= "3.7"
django-permissionedforms==0.1; python_version >= "3.7"
django-taggit==2.1.0; python_version >= "3.7"
django-treebeard==4.5.1; python_version >= "3.7"
django==4.0.7; python_version >= "3.8"
djangorestframework==3.13.1; python_version >= "3.7"
draftjs-exporter==2.1.7; python_version >= "3.7"
et-xmlfile==1.1.0; python_version >= "3.7"
html5lib==1.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
idna==3.3; python_version >= "3.7" and python_version < "4"
l18n==2021.3; python_version >= "3.7"
openpyxl==3.0.10; python_version >= "3.7"
pillow==9.2.0; python_version >= "3.7"
pytz==2022.1; python_version >= "3.7"
requests==2.28.1; python_version >= "3.7" and python_version < "4"
six==1.16.0; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
soupsieve==2.3.2.post1; python_version >= "3.7"
sqlparse==0.4.2; python_version >= "3.8"
tablib==3.2.1; python_version >= "3.7"
telepath==0.2; python_version >= "3.7"
tzdata==2022.1; sys_platform == "win32" and python_version >= "3.8"
urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7"
wagtail==3.0.1; python_version >= "3.7"
webencodings==0.5.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
willow==1.4.1; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.7"
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"
xlsxwriter==3.0.3; python_version >= "3.7"
xlwt==1.3.0; python_version >= "3.7"
gunicorn >= "20.1.0"
psycopg2 >= "2.9.5"
sentry-sdk==1.12.1