blob: 973627bedecf9f0d9274818e85990df00b1e9f5c (
plain) (
blame)
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
59
|
# This file was autogenerated by uv via the following command:
# uv export --no-dev --no-hashes --format requirements-txt
anyio==4.4.0
argon2-cffi==23.1.0
argon2-cffi-bindings==21.2.0
asgiref==3.8.1
async-timeout==4.0.3 ; python_full_version < '3.11.3'
boto3==1.34.89
botocore==1.34.162
certifi==2024.8.30
cffi==1.17.1
charset-normalizer==3.3.2
colorama==0.4.6 ; sys_platform == 'win32'
crispy-bootstrap5==2024.2
django==5.1.4
django-allauth==0.62.1
django-crispy-forms==2.1
django-environ==0.11.2
django-model-utils==4.5.1
django-recaptcha==4.0.0
django-redis==5.4.0
django-storages==1.14.3
django-stubs==5.0.4
django-stubs-ext==5.0.4
gunicorn==22.0.0
idna==3.8
jmespath==1.0.1
markdown==3.6
markupsafe==2.1.5
mypy==1.11.2
mypy-extensions==1.0.0
packaging==24.1
pdf2image==1.17.0
pillow==10.3.0
psycopg==3.1.19
psycopg-c==3.1.19 ; implementation_name != 'pypy'
pycparser==2.22
pypdf2==3.0.1
pypng==0.20220715.0
python-dateutil==2.9.0.post0
python-magic==0.4.27
python-slugify==8.0.4
qrcode==7.4.2
redis==5.0.4
requests==2.32.3
s3transfer==0.10.2
six==1.16.0
sniffio==1.3.1
sqlparse==0.5.0
stripe==11.1.0
text-unidecode==1.3
types-pyyaml==6.0.12.20240808
typing-extensions==4.12.2
tzdata==2024.1 ; sys_platform == 'win32'
urllib3==2.2.2
watchdog==5.0.2
watchfiles==0.21.0
werkzeug==3.0.2
whitenoise==6.6.0
|