Skip to content

Commit

Permalink
clean up dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Abe Coull committed Nov 16, 2023
1 parent 9c58484 commit 3e4cd84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,10 @@
],
extras_require={
"test": [
"black",
"botocore",
"isort",
"jsonschema==3.2.0",
"pre-commit",
"pydoclint",
"pylint",
"pydoclint==0.3.8",
"pytest",
"pytest-cov",
"pytest-rerunfailures",
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ basepython = python3
skip_install = true
deps =
ruff
pydoclint
pydoclint==0.3.8
commands =
ruff check src {posargs}
pydoclint src -q {posargs}
Expand Down

0 comments on commit 3e4cd84

Please sign in to comment.