-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
58 lines (58 loc) · 1.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
54
55
56
57
58
asgiref==3.8.1 \
attrs==24.2.0 \
bleach==6.2.0 \
brotli==1.1.0 ; platform_python_implementation == 'CPython' \
brotlicffi==1.1.0.0 ; platform_python_implementation != 'CPython' \
certifi==2024.8.30 \
cffi==1.17.1 \
charset-normalizer==3.4.0 \
crispy-bootstrap5==2024.10 \
cryptography==43.0.3 \
cssselect2==0.7.0 \
defusedxml==0.7.1 \
django-annoying==0.10.7 \
django-crispy-forms==2.3 \
django-filter==24.3 \
django-render-block==0.10 \
django-summernote==0.8.20.0 \
django-tables2==2.7.0 \
django-templated-email==3.0.1 \
django==5.1.3 \
fonttools==4.55.0 \
huey==2.5.2 \
idna==3.10 \
isodate==0.7.2 \
lxml==5.3.0 \
mysqlclient==2.2.6 \
nh3==0.2.18 \
oauthlib==3.2.2 \
pillow==10.4.0 \
platformdirs==4.3.6 \
pycparser==2.22 \
pydyf==0.11.0 \
pyjwt==2.10.0 \
pypandoc==1.14 \
pyphen==0.15.0 \
python-magic==0.4.27 \
python3-openid==3.2.0 \
python3-saml==1.16.0 \
pytz==2024.2 \
requests-file==2.1.0 \
requests-oauthlib==2.0.0 \
requests-toolbelt==1.0.0 \
requests==2.32.3 \
six==1.16.0 \
social-auth-app-django==5.4.2 \
social-auth-core==4.5.4 \
sqlparse==0.5.2 \
tablib==3.7.0 \
tinycss2==1.4.0 \
tinyhtml5==2.0.0 \
typing-extensions==4.12.2 ; python_full_version < '3.11' \
tzdata==2024.2 ; sys_platform == 'win32' \
urllib3==2.2.3 \
weasyprint==63.0 \
webencodings==0.5.1 \
xmlsec==1.3.14 \
zeep==4.3.1 \
zopfli==0.2.3.post1 \