generated from github/codespaces-django
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
40 lines (36 loc) · 781 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
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[requires]
python_version = "3.8"
[packages]
django = "==3.2.9"
django-extensions = "*"
django-environ = "*"
djangorestframework = "==3.12.4"
django-filter = "*"
markdown = "*"
mergedeep = "*"
requests = "*"
psycopg2-binary = "*"
zeep = "*"
gunicorn = "*"
django-cors-headers = "*"
ares-util = "*"
xmltodict = "*"
sentry-sdk = "*"
coreapi = "*"
python-dateutil = "*"
werkzeug = "*"
py3-validate-email = "*"
django-silk = "*"
[dev-packages]
flake8 = "*"
werkzeug = "*"
watchdog = "*"
[scripts]
devserver = "./bin/pipenvscripts/devserver.sh"
djangoshell = "./bin/pipenvscripts/djangoshell.sh"
postdeploy = "./bin/pipenvscripts/postdeploy.sh"
collectstatic = "./bin/pipenvscripts/collectstatic.sh"