-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
61 lines (45 loc) · 1019 Bytes
/
requirements.txt
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
50
51
52
53
54
55
56
57
58
59
60
61
# Bleeding edge Django
Django==1.11
gunicorn>=19.7
# Configuration
django-environ==0.4.3
whitenoise==3.3.0
django-braces==1.11.0
# Forms
django-braces==1.11.0
django-crispy-forms==1.6.1
# Models
django-model-utils==3.0.0
# Images
Pillow==4.2.1
# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.32.0
# Python-PostgreSQL Database Adapter
psycopg2==2.7.1
# Unicode slugification
awesome-slugify==1.6.5
# Time zones support
pytz==2017.2
# improved REPL
ipython==5.4.1
ipdb==0.10.3
django-extensions==1.8.1
# Data export
git+git://github.com/PhysikOnline-FFM/django-import-export.git@exp_view#egg=django-import-export
# django-import-export==0.5.1
tablib==0.12.1
# Django REST framework
djangorestframework==3.7.7
markdown==2.6.8
django-filter==1.0.4
# Documentation of REST-Framework
coreapi==2.3.3
pygments==2.2.0
drf-yasg == 1.1.3
# CORS Headers
django-cors-headers == 2.0.0
# Advanced testing
pytest-django ==3.1.2
# JWT stuff
PyJWT == 1.5.3