-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPipfile
49 lines (46 loc) · 874 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
47
48
49
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "==2.0.7"
pytz = "*"
django-environ = "*"
django-extensions = "*"
"psycopg2-binary" = "*"
django-silk = "*"
gunicorn = "*"
django-templated-email = "*"
tablib = "*"
sorl-thumbnail = "*"
redis = "*"
django-redis = "*"
celery = "*"
djangorestframework = "*"
django-cors-headers = "*"
djangorestframework-jwt = "*"
django-filter = "*"
coreapi = "*"
django-extra-fields = "*"
social-auth-core = "*"
social-auth-app-django = "*"
django-anymail = "*"
"argon2-cffi" = "*"
pillow = "*"
pygments = "*"
markdown = "*"
ipdb = "*"
werkzeug = "*"
[dev-packages]
django-debug-toolbar = "*"
coverage = "*"
django-test-plus = "*"
factory-boy = "*"
pytest-cov = "*"
pytest-django = "*"
pytest-sugar = "*"
markdown = "*"
tox = "*"
django-coverage-plugin = "*"
[requires]
python_version = "3.6"