-
Notifications
You must be signed in to change notification settings - Fork 4
/
Pipfile
39 lines (35 loc) · 841 Bytes
/
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
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
django = "~=5.1.4"
django-csp = "~=3.8.0"
django-debug-toolbar = "~=4.4.6"
django-environ = "~=0.11.2"
django-filter = "~=24.3.0"
djangorestframework = "~=3.15.2"
djangorestframework-simplejwt = "~=5.3.1"
gunicorn = "~=23.0.0"
"psycopg2-binary" = "~=2.9.10"
pyyaml = "~=6.0.2"
requests = "~=2.32.3"
sentry-sdk = {extras = ["django"], version = "~=2.19.2"}
setuptools = "*"
uritemplate = "~=4.1.1"
urllib3 = "~=1.26.20"
vulture = "~=2.14.0"
whitenoise = "~=6.8.2"
[dev-packages]
behave-django = "~=1.5.0"
black = "~=24.10.0"
coverage = "~=6.3.3"
django-stubs = "~=5.1.1"
djangorestframework-stubs = "~=3.15.2"
mypy = "~=1.14.1"
selenium = "~=3.141.0"
types-requests = "~=2.28.11.8"
[requires]
python_version = "3.12"
[pipenv]
allow_prereleases = false