-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
45 lines (42 loc) · 1.03 KB
/
Pipfile
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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
boto3 = "==1.35.49"
celery = "==5.4.0"
django = "==5.1.2"
django-environ = "==0.11.2"
django-cors-headers = "==4.5.0"
django-filter = "==24.3"
django-maintenance-mode = "==0.21.1"
django-ratelimit = "==4.1.0"
django-redis = "==5.4.0"
django-rest-passwordreset = "==1.4.2"
django-simple-history = "==3.7.0"
djangoql = "==0.18.1"
djangorestframework = "==3.15.2"
djangorestframework-simplejwt = "==5.3.1"
dry-rest-permissions = "==0.1.10"
drf-nested-routers = "==0.94.1"
drf-spectacular = "==0.27.2"
gunicorn = "==23.0.0"
healthy-django = "==0.1.0"
jsonschema = "==4.23.0"
pillow = "==10.4.0"
psycopg = { extras = ["c"], version = "==3.2.2" }
requests = "==2.32.3"
django-storages = "==1.13.2"
whitenoise = "*"
sentry-sdk = "*"
[dev-packages]
debugpy = "==1.8.5"
django-extensions = "==3.2.3"
django-silk = "==5.2.0"
djangorestframework-stubs = "==3.15.1"
black = "*"
[requires]
python_version = "3.13"
ipython = "==8.27.0"
pre-commit = "==3.8.0"
ruff = "==0.6.7"