From c4e58a7ca55a1d55fbd0867acfb1224eb5148475 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 3 Dec 2014 09:25:37 +0000 Subject: [PATCH] Unpinned some requirements To make requires.io happy --- docs/requirements.txt | 8 ++++---- requirements-dev.txt | 10 +++++----- setup.py | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index d4de167073..98579220b9 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,5 @@ -Django>=1.6.2,<1.7 -django-modelcluster>=0.3 -django-taggit==0.11.2 +Django>=1.6.2,<1.8 +django-modelcluster>=0.4 +django-taggit==0.12.2 django-treebeard==2.0 -six==1.7.3 \ No newline at end of file +six>=1.7.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 82d3e09ab8..166dd353d6 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # For coverage and PEP8 linting -coverage==3.7.1 -flake8==2.2.1 -mock==1.0.1 -python-dateutil==2.2 -pytz==2014.7 +coverage>=3.7.0 +flake8>=2.2.0 +mock>=1.0.0 +python-dateutil>=2.2 +pytz>=2014.7 diff --git a/setup.py b/setup.py index a8c622cc29..1bf7dbf37a 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ PY3 = sys.version_info[0] == 3 install_requires = [ "Django>=1.6.2,<1.8", - "South==1.0.0", + "South>=1.0.0", "django-compressor>=1.4", "django-libsass>=0.2", "django-modelcluster>=0.4",