diff --git a/setup.cfg b/setup.cfg index c52059c..e428d3e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,17 +47,17 @@ classifiers = zip_safe = False packages = crum include_package_data = True -setup_requires = +setup_requires = pytest-runner setuptools-twine -tests_require = +tests_require = django>=2.2 djangorestframework pytest pytest-cov pytest-django pytest-flake8 -install_requires = +install_requires = django>=2.2 [check]