-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
36 lines (33 loc) · 779 Bytes
/
Pipfile
File metadata and controls
36 lines (33 loc) · 779 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
djangorestframework = "3.*"
psycopg = "3.*"
django-unfold = "0.*"
django-admin-logs = "1.*"
daphne = "4.*"
whitenoise = "6.*"
python-dotenv = "1.*"
tomli = "2.*"
dill = "0.*"
django-extensions = "4.*"
django-dbbackup = "4.*"
django-storages = {extras = ["boto3"]}
django-crontab = "0.*"
watchtower = "3.*"
boto3 = "1.*"
boto3-stubs = "1.*"
django-cors-headers = "4.*"
deepdiff = "8.*"
djangorestframework-api-key = "==3.*"
django-import-export = "4.*"
[dev-packages]
black = "==25.*"
django-stubs = {extras = ["compatible-mypy"], version = "5.*"}
djangorestframework-stubs = {extras = ["compatible-mypy"], version = "3.*"}
mypy = "==1.*"
pylint = "==3.*"
[requires]
python_version = "3.10"