-
Notifications
You must be signed in to change notification settings - Fork 114
Expand file tree
/
Copy pathrequirements.txt
More file actions
56 lines (54 loc) · 1.31 KB
/
requirements.txt
File metadata and controls
56 lines (54 loc) · 1.31 KB
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
aioredis==1.3.1
argon2-cffi==21.3.0
beautifulsoup4==4.11.1
bleach==5.0.1
channels_redis==4.2.1
contextlib2==21.6.0
daphne==4.2.1
Django==5.2.11
django-cacheops==7.2
django-cors-headers==4.7.0
django-debug-toolbar==5.2.0
django-extensions==4.1
django-formtools==2.5.1
django-maintenance-mode==0.22.0
django-oauth-toolkit==3.0.1
django-prometheus==2.4.1
django-redis==6.0.0
django-redis-sessions==0.6.2
django-referrer-policy==1.0
django-requestlogging-redux==1.2.1
django-simple-history==3.10.1
django-upgrade==1.25.0
django-user-agents==0.4.0
django-widget-tweaks==1.5.0
djangorestframework==3.16.0
Fabric3==1.14.post1
flower==2.0.1
gunicorn==22.0.0
ipython==8.10.0
isort==5.12.0
objgraph==3.5.0
psycopg2==2.9.10
pycryptodome==3.19.1
pyOpenSSL==25.1.0
pyrankvote==2.0.5
pysftp==0.2.9
python-magic==0.4.27
python-pam==2.0.2
requests-oauthlib==2.0.0
sentry-sdk==2.32.0
service-identity==24.2.0
setuptools-git==1.2
Sphinx==5.2.3
sphinx-bootstrap-theme==0.8.1
tblib==1.7.0
xhtml2pdf==0.2.11
# temporary: use fork of django-pipeline for 5.2 compatibility until official release
git+https://github.com/d9pouces/django-pipeline.git@b3fa383ba6563fa800c1913280792bed2aafb313#egg=django-pipeline
# Not direct dependencies, but need to be bumped for some reason
# (for example, bug or security fixes)
asgiref>=3.9.1
pillow>=9.0.0
tinycss2
twisted>=21.7.0