forked from EnjambreBit/py-conference
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
37 lines (34 loc) · 722 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
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "==3.2"
djangorestframework = "*"
markdown = "*"
black = "*"
django-cors-headers = "*"
django-environ = "*"
psycopg2 = "==2.8.6"
psycopg2-binary = "==2.8.6"
dj-database-url = "*"
python-dateutil = "*"
pillow = "*"
sentry-sdk = "*"
sorl-thumbnail = "*"
sorl-thumbnail-serializer-field = "*"
gunicorn = "*"
django-rest-polymorphic = "*"
django-polymorphic = "*"
django-filter = "*"
django-widget-tweaks = "*"
whitenoise = "*"
django-crispy-forms = "*"
crispy-bootstrap5 = "*"
django-import-export = "*"
weasyprint = "==52.5"
django-qr-code = "*"
django-admin-rangefilter = "*"
[dev-packages]
[requires]
python_version = "3.9"