-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
46 lines (43 loc) · 868 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
40
41
42
43
44
45
46
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
flake8 = "*"
coverage = "*"
pre-commit = "*"
isort = "*"
black = "*"
[packages]
django = "==3.2.19"
gunicorn = "*"
django-mptt = "*"
whitenoise = {extras = ["brotli"], version = "*"}
django-redis = "*"
django-phonenumber-field = "*"
phonenumbers = "*"
Babel = "*"
pillow = "*"
argon2-cffi = "*"
django-3-jet = "*"
django-compressor = "*"
django-summernote = "*"
qrcode = "*"
django-imagekit = "*"
xhtml2pdf = "*"
reportlab = "==3.6.6"
pyzstd = "*"
django-dbbackup = "*"
django-crontab = "*"
requests = "*"
python-dotenv = "*"
psycopg2-binary = "*"
django-pwa = "*"
celery = {extras = ["redis"], version = "*"}
djangorestframework = "*"
django-admin-watchdog = "*"
django-cors-headers = "*"
django-crispy-forms = "*"
django-bootstrap4 = "*"
[requires]
python_version = "3.10"