-
Notifications
You must be signed in to change notification settings - Fork 1
/
requirements.txt
42 lines (39 loc) · 964 Bytes
/
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
12factor-vault==0.1.23
aiosmtpd==1.4.6
# cryptography is an optional dependency of pyjwt for RSA support
cryptography==43.0.1
Django==5.1.1
django-cors-headers==4.5.0
django-dbconn-retry==0.1.8
django-oauth-toolkit==3.0.1
django-postgresql-setrole==1.0.12
django-ratelimit==4.1.0
django-select2==8.2.1
envdir==1.0.1
gunicorn==23.0.0
hvac==2.3.0
passlib==1.7.4
psycopg2-binary==2.9.9
pyjwt==2.9.0
py-consul==1.5.3
python-json-logger==2.0.7
requests==2.32.3
sqlparse==0.5.1
typing-extensions==4.12.2
whitenoise==6.7.0
# DKIM filter dependencies
dkimpy==1.1.8
# undeclared dependency of dkimpy
authres==1.2.0
python-daemon==3.0.1
# vendored dependencies from django12factor
dj-database-url==2.2.0
dj-email-url==1.0.6
django-cache-url==3.4.5
six==1.16.0
# typing extensions (must be installed at runtime because of Django stubs)
django-stubs==4.2.7
django-stubs-ext==5.0.4
types-cryptography==3.3.23.2
types-oauthlib==3.2.0.20240806
types-requests==2.32.0.20240914