-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPipfile
More file actions
49 lines (45 loc) · 849 Bytes
/
Pipfile
File metadata and controls
49 lines (45 loc) · 849 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
38
39
40
41
42
43
44
45
46
47
48
49
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[pipenv]
sort_pipfile = true
[packages]
boto3 = "*"
celery = "*"
django = "*"
django-cors-headers = "*"
django-debug-toolbar = "*"
django-filter = "*"
django-redis = "*"
django-silk = "*"
django-storages = "*"
django-templated-mail = "*"
djangorestframework = "*"
djangorestframework-simplejwt = "*"
djoser = "*"
drf-nested-routers = "*"
environs = {extras = ["django"], version = "*"}
flower = "*"
gunicorn = "*"
pillow = "*"
psycopg = {extras = ["binary"], version = "*"}
redis = "*"
whitenoise = "*"
[dev-packages]
autopep8 = "*"
black = "*"
django-silk = "*"
djlint = "*"
flake8 = "*"
isort = "*"
locust = "*"
model-bakery = "*"
pre-commit = "*"
pylint = "*"
pylint-django = "*"
pytest = "*"
pytest-django = "*"
pytest-watch = "*"
[requires]
python_version = "3.11"