From e2b5df28c44c058cc4176299bb3d90fea23577a8 Mon Sep 17 00:00:00 2001
From: Nicolas Joyard <joyard.nicolas@gmail.com>
Date: Sun, 24 Apr 2016 01:01:22 +0200
Subject: [PATCH] Update dependencies

---
 setup.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/setup.py b/setup.py
index 555998ea..1758c69e 100644
--- a/setup.py
+++ b/setup.py
@@ -5,7 +5,7 @@ setup(name='political-memory',
     description='OpenShift App',
     packages=['political_memory'],
     package_dir={'political_memory': '.'},
-    author='James Pic, Laurent Peuch, Arnaud Fabre',
+    author='James Pic, Laurent Peuch, Arnaud Fabre, Nicolas Joyard',
     author_email='cortex@worlddomination.be',
     url='http://github.com/political-memory/political_memory/',
     install_requires=[
@@ -15,8 +15,8 @@ setup(name='political-memory',
         'django-compressor>=1.6,<1.7',
         'django-datetime-widget>=0.9,<1.0',
         'django-filter>=0.11,<0.12',
-        'django-representatives-votes==0.0.13',
-        'django-representatives==0.0.14',
+        'django-representatives-votes==0.0.15',
+        'django-representatives==0.0.18',
         'django-taggit>=0.17,<0.18',
         'django>=1.8,<1.9',
         'djangorestframework>=3.2.0,<3.3.0',
-- 
GitLab