1
0
Fork 0

Update dependencies

* Django
* dj-database-url
* django-filter
* factory-boy
merge-requests/91/head
Nikos Roussos 2016-05-08 18:44:35 +03:00
parent afcaf5493c
commit a2cc3f4dc0
2 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
# Basic stuff
django==1.9.5
django==1.9.6
django-shortuuidfield==0.1.3
django-compressor==2.0
django-jsonfield==0.9.19
# Configuration
django-dotenv==1.4.1
dj-database-url==0.4.0
dj-database-url==0.4.1
opbeat==3.3
# Security
@ -23,7 +23,7 @@ Pillow==3.2.0
# API
djangorestframework==3.3.3
markdown==2.6.6
git+https://github.com/alex/django-filter.git@0.12.0#egg=django-filter
django-filter==0.13.0
# Astronomy
git+https://github.com/comzeradd/orbit.git@cache##egg=orbit
git+https://github.com/comzeradd/orbit.git@cache#egg=orbit

View File

@ -4,5 +4,5 @@
# Debug & Testing
django-debug-toolbar==1.4
sqlparse==0.1.19
factory-boy==2.6.1
factory-boy==2.7.0
flake8==2.5.4