-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathPipfile
More file actions
37 lines (33 loc) · 812 Bytes
/
Copy pathPipfile
File metadata and controls
37 lines (33 loc) · 812 Bytes
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
django = "~=6.0.5"
django-debug-toolbar = "~=6.3.0"
django-environ = "~=0.13.0"
django-filter = "~=25.2.0"
djangorestframework = "~=3.17.1"
djangorestframework-simplejwt = "~=5.5.1"
gunicorn = "~=25.3.0"
"psycopg2-binary" = "~=2.9.12"
requests = "~=2.33.1"
sentry-sdk = {extras = ["django"], version = "~=2.59.0"}
setuptools = "*"
uritemplate = "~=4.2.0"
whitenoise = "~=6.12.0"
drf-spectacular = "~=0.29.0"
[dev-packages]
vulture = "~=2.16.0"
behave-django = "~=1.9.0"
black = "~=26.3.1"
coverage = "~=7.13.5"
django-stubs = "~=6.0.3"
djangorestframework-stubs = "~=3.16.9"
mypy = "~=1.20.2"
selenium = "~=4.43.0"
types-requests = "~=2.33.0.20260503"
[requires]
python_version = "3.12"
[pipenv]
allow_prereleases = false