diff --git a/devtest.py b/devtest.py index b9ab8c2..e60c19d 100755 --- a/devtest.py +++ b/devtest.py @@ -36,7 +36,6 @@ "cachetools", "flask", "types-tabulate", - "types-pkg_resources", "types-Flask", "types-cachetools", ] diff --git a/noxfile.py b/noxfile.py index 97e4edb..580e38e 100644 --- a/noxfile.py +++ b/noxfile.py @@ -55,7 +55,6 @@ def mypy(session): session.install( "mypy", "types-tabulate", - "types-pkg_resources", "types-Flask", "types-cachetools", ) diff --git a/tox.ini b/tox.ini index 798cc26..684784f 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,6 @@ commands = flake8 setup.py comitup cli web test deps = mypy types-tabulate - types-pkg_resources types-Flask types-cachetools