diff --git a/setup.py b/setup.py index a524cd1..50e631c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,6 @@ from setuptools import setup, find_packages from setuptools.command.sdist import sdist from setuptools.command.install_lib import install_lib as _install_lib - class eo_sdist(sdist): def run(self): if os.path.exists('VERSION'): @@ -92,7 +91,8 @@ setup(name="bijoe", include_package_data=True, install_requires=['requests', 'django>=1.11, <2.3', 'psycopg2', 'isodate', 'Django-Select2<6', 'XStatic-ChartNew.js', 'gadjo', 'django-jsonfield<1.3', - 'python-dateutil', 'djangorestframework<3.8', + 'python-dateutil', + 'djangorestframework', 'xstatic-select2'], scripts=['manage.py'], cmdclass={ diff --git a/tox.ini b/tox.ini index 1c7cae7..b02dfd2 100644 --- a/tox.ini +++ b/tox.ini @@ -26,7 +26,7 @@ deps = mock pyquery tabulate - dj22: djangorestframework>=3.7,<3.8 + dj22: djangorestframework>=3.7 http://git.entrouvert.org/hobo.git/snapshot/hobo-master.tar.gz commands = py.test {posargs: --junitxml=test_{envname}_results.xml --cov-report xml --cov-report html --cov=bijoe tests/}