From d18aadd93d795ae4fc0dedf43ea522944226f528 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Tue, 7 Feb 2017 15:58:45 +0100 Subject: [PATCH] Updated dependencies --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e370f17..8d2aff0 100644 --- a/setup.py +++ b/setup.py @@ -17,9 +17,9 @@ setup( download_url='https://github.com/fabiocaccamo/django-admin-interface/archive/%s.tar.gz' % __version__, keywords=['django', 'admin', 'interface', 'responsive', 'flat', 'theme', 'custom', 'ui'], install_requires=[ - 'django-colorfield==0.1.10', + 'django-colorfield==0.1.12', 'django-flat-theme==1.1.4', - 'django-flat-responsive==1.0.0' + 'django-flat-responsive==1.2.0' ], classifiers=[] )