Skip to content

Commit

Permalink
Drop unused dependencies (#190)
Browse files Browse the repository at this point in the history
* drop getch

* drop colorama

* drop flake8
  • Loading branch information
braingram authored Dec 16, 2024
1 parent 72f0084 commit 5adef8e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,10 @@ docs = [
]
test = [
"ci-watson >=0.3.0",
"colorama >=0.4.1",
"getch >=1.0.0",
"pytest >=4.6.0, <=8.0",
"pytest-openfiles >=0.5.0",
"pytest-doctestplus >=0.10.0",
"pytest-cov >=2.9.0",
"flake8 >=3.6.0",
]

[project.urls]
Expand Down

0 comments on commit 5adef8e

Please sign in to comment.