forked from rodlukas/UP-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPipfile
More file actions
37 lines (33 loc) · 759 Bytes
/
Copy pathPipfile
File metadata and controls
37 lines (33 loc) · 759 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]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "~=3.2.17"
djangorestframework = "~=3.14.0"
djangorestframework-simplejwt = "~=5.2.2"
django-debug-toolbar = "~=3.2.4"
django-environ = "~=0.9.0"
django-filter = "~=22.1"
gunicorn = "~=20.1.0"
"psycopg2-binary" = "~=2.9.3"
pyyaml = "~=6.0"
requests = "~=2.28.1"
sentry-sdk = "~=1.14.0"
uritemplate = "~=4.1.1"
vulture = "~=2.6"
whitenoise = "~=6.3.0"
django-csp = "~=3.7.0"
[dev-packages]
behave-django = "~=1.4.0"
black = "~=22.12.0"
coverage = "~=6.3.3"
selenium = "~=3.141.0"
mypy = "~=0.991"
django-stubs = "~=1.13.2"
djangorestframework-stubs = "~=1.8.0"
types-requests = "~=2.28.11.8"
[requires]
python_version = "3.10"
[pipenv]
allow_prereleases = true