Skip to content

Commit 22e0095

Browse files
committed
Add requirements.txt
This commit is not suitable for upstreaming because it is SeaGL- specific. The upstream bug to fix in a general way (which will also work for dev environments, etc.) is pretalx#1747. requirements.txt was generated with: pip3 install --upgrade-strategy=eager -Ue ".[postgres, redis]" gunicorn pip3 freeze | grep -v pretalx.git > requirements.txt I also happen to have pip-tools in the venv and pip-sync does not remove itself. Who cares.
1 parent f557bb8 commit 22e0095

1 file changed

Lines changed: 81 additions & 0 deletions

File tree

requirements.txt

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
amqp==5.3.1
2+
argon2-cffi==25.1.0
3+
argon2-cffi-bindings==21.2.0
4+
asgiref==3.9.1
5+
attrs==25.3.0
6+
beautifulsoup4==4.13.4
7+
billiard==4.2.1
8+
bleach==6.2.0
9+
celery==5.5.3
10+
certifi==2025.6.15
11+
cffi==1.17.1
12+
charset-normalizer==3.4.2
13+
click==8.2.1
14+
click-didyoumean==0.3.1
15+
click-plugins==1.1.1.2
16+
click-repl==0.3.0
17+
css-inline==0.14.6
18+
csscompressor==0.9.5
19+
cssutils==2.11.1
20+
defusedcsv==2.0.0
21+
defusedxml==0.7.1
22+
Django==5.1.11
23+
django-appconf==1.1.0
24+
django-compressor==4.5.1
25+
django-countries==7.6.1
26+
django-filter==25.1
27+
django-formset-js-improved==0.5.0.3
28+
django-formtools==2.5.1
29+
django-hierarkey==1.2.1
30+
django-i18nfield==1.10.2
31+
django-jquery-js==3.1.1
32+
django-libsass==0.9
33+
django-scopes==2.0.0
34+
django_context_decorator==1.6.1
35+
django_csp==3.8
36+
djangorestframework==3.16.0
37+
drf-flex-fields==1.0.2
38+
drf-spectacular==0.28.0
39+
gunicorn==23.0.0
40+
idna==3.10
41+
inflection==0.5.1
42+
jsonschema==4.24.0
43+
jsonschema-specifications==2025.4.1
44+
kombu==5.5.4
45+
libsass==0.23.0
46+
lxml==6.0.0
47+
Markdown==3.8.2
48+
more-itertools==10.7.0
49+
packaging==25.0
50+
pillow==11.2.1
51+
prompt_toolkit==3.0.51
52+
psycopg2-binary==2.9.10
53+
publicsuffixlist==1.0.2.20250708
54+
pycparser==2.22
55+
python-dateutil==2.9.0.post0
56+
pytz==2025.2
57+
PyYAML==6.0.2
58+
qrcode==8.2
59+
rcssmin==1.1.2
60+
redis==5.2.1
61+
referencing==0.36.2
62+
reportlab==4.4.2
63+
requests==2.32.4
64+
rjsmin==1.2.2
65+
rpds-py==0.26.0
66+
rules==3.5
67+
setuptools==80.9.0
68+
six==1.17.0
69+
soupsieve==2.7
70+
sqlparse==0.5.3
71+
typing_extensions==4.14.1
72+
tzdata==2025.2
73+
uritemplate==4.2.0
74+
urllib3==2.5.0
75+
urlman==2.0.2
76+
vine==5.1.0
77+
vobject==0.9.9
78+
wcwidth==0.2.13
79+
webencodings==0.5.1
80+
whitenoise==6.9.0
81+
zxcvbn==4.5.0

0 commit comments

Comments
 (0)