1
0
Fork 0

Update requirements

* Django
* Django Rest Framework
* Pillow
merge-requests/99/head
Nikos Roussos 2016-07-20 19:48:21 +03:00
parent d46361131a
commit 5249f47942
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# Basic stuff
django==1.9.7
django==1.9.8
django-shortuuidfield==0.1.3
django-compressor==2.0
django-jsonfield==1.0.0
@ -18,10 +18,10 @@ django-allauth==0.25.2
django-crispy-forms==1.6.0
# Images
Pillow==3.2.0
Pillow==3.3.0
# API
djangorestframework==3.3.3
djangorestframework==3.4.0
markdown==2.6.6
django-filter==0.13.0

View File

@ -3,6 +3,6 @@
# Debug & Testing
django-debug-toolbar==1.4
sqlparse==0.1.19
sqlparse==0.2.0
factory-boy==2.7.0
flake8==2.6.2