setup.py: remove django 1.7

requirements.txt and tox coverage updated
This commit is contained in:
Serghei Mihai 2017-03-13 15:52:17 +01:00
parent 8cb010c79b
commit c951f6bd89
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Django>=1.7, <1.9
Django>1.7, <1.9
django-ckeditor<4.5.3
djangorestframework>=3.3,<3.4
html2text

View File

@ -93,7 +93,7 @@ setup(
'Programming Language :: Python',
'Programming Language :: Python :: 2',
],
install_requires=['django>=1.7, <1.9',
install_requires=['django>1.7, <1.9',
'django-ckeditor<4.5.3',
'djangorestframework>=3.3,<3.4',
'html2text',

View File

@ -1,5 +1,5 @@
[tox]
envlist = coverage-{django17,django18}
envlist = coverage-django18
[testenv]
usedevelop =