Unpinned some requirements

To make requires.io happy
pull/845/head
Karl Hobley 2014-12-03 09:25:37 +00:00
rodzic 3f83eb898f
commit c4e58a7ca5
3 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

@ -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
six>=1.7.0

Wyświetl plik

@ -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

Wyświetl plik

@ -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",