From 8f79e53041b30e14ea2741f89796ead3f73c4624 Mon Sep 17 00:00:00 2001
From: jpic <jamespic@gmail.com>
Date: Wed, 27 Jan 2016 04:24:34 +0100
Subject: [PATCH] Pagination in representatives api

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 25150468..788bcfe6 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ setup(name='political-memory',
         'django-datetime-widget>=0.9,<1.0',
         'django-filter>=0.11,<0.12',
         'django-representatives-votes>=0.0.12',
-        'django-representatives>=0.0.13',
+        'django-representatives>=0.0.14',
         'django-taggit>=0.17,<0.18',
         'django>=1.8,<1.9',
         'djangorestframework>=3.2.0,<3.3.0',
-- 
GitLab