Skip to content

Commit

Permalink
Fixed mistake where cmd2-ext-test was added as a non-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tleonhardt committed Nov 3, 2024
1 parent 4131722 commit d3f7a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
"cmd2-ext-test",
"gnureadline; platform_system == 'Darwin'",
"pyperclip",
"pyreadline3; platform_system == 'Windows'",
Expand Down Expand Up @@ -321,6 +320,7 @@ packages = ["cmd2"]

[tool.uv]
dev-dependencies = [
"cmd2-ext-test",
"codecov",
"doc8",
"invoke",
Expand Down

0 comments on commit d3f7a02

Please sign in to comment.