From 696ccf2edef2922c1cefb23292a3d7caef96756e Mon Sep 17 00:00:00 2001 From: jpic <jamespic@gmail.com> Date: Tue, 19 Apr 2016 00:24:45 +0200 Subject: [PATCH] Hardcode django-representatives{,-votes} version Otherwise tests might become broken as a side effect of an upgrade in these packages. And that's hard to figure out ;) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 879dec5d..92100165 100644 --- a/setup.py +++ b/setup.py @@ -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.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