-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
41 lines (34 loc) · 856 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"
[packages]
Django = "==1.11"
gunicorn = "==19.7"
django-environ = "==0.4.3"
whitenoise = "==3.3.0"
django-braces = "==1.11.0"
django-crispy-forms = "==1.6.1"
django-model-utils = "==3.0.0"
Pillow = "*"
django-allauth = "==0.32.0"
"psycopg2" = "==2.7.1"
pytz = "==2017.2"
ipython = "==5.4.1"
ipdb = "==0.10.3"
django-extensions = "==1.8.1"
django-import-export = {git = "git://github.com/PhysikOnline-FFM/django-import-export.git", ref = "exp_view", editable = true}
tablib = "==0.12.1"
djangorestframework = "==3.7.7"
Markdown = "==2.6.8"
django-filter = "==1.0.4"
coreapi = "==2.3.3"
Pygments = "==2.2.0"
drf-yasg = "==1.1.3"
django-cors-headers = "==2.0.0"
pytest-django = "==3.1.2"
awesome-slugify = "*"
mysqlclient = "*"
Werkzeug = "*"
PyJWT = "*"
[dev-packages]