diff --git a/setup.py b/setup.py index 760d6f6..6c113cc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ EXTRAS_REQUIRE = { "django": DJANGO_REQUIRES, "tests": ["pytest"] + DJANGO_REQUIRES, - "lint": ["flake8==3.7.7", "flake8-bugbear==19.3.0", "pre-commit~=1.17"], + "lint": ["flake8==3.7.8", "flake8-bugbear==19.3.0", "pre-commit~=1.17"], } EXTRAS_REQUIRE["dev"] = EXTRAS_REQUIRE["tests"] + EXTRAS_REQUIRE["lint"] + ["tox"] PYTHON_REQUIRES = ">=3.5"