Skip to content

Commit

Permalink
Remove obsolete pkg_resources from test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
davesteele committed Sep 28, 2024
1 parent 7ff45e6 commit 8ed8f90
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion devtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"cachetools",
"flask",
"types-tabulate",
"types-pkg_resources",
"types-Flask",
"types-cachetools",
]
Expand Down
1 change: 0 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ def mypy(session):
session.install(
"mypy",
"types-tabulate",
"types-pkg_resources",
"types-Flask",
"types-cachetools",
)
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ commands = flake8 setup.py comitup cli web test
deps =
mypy
types-tabulate
types-pkg_resources
types-Flask
types-cachetools

Expand Down

0 comments on commit 8ed8f90

Please sign in to comment.