Skip to content

Commit

Permalink
Move msgpack-types dev dependency to top-level pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinz01 committed Oct 28, 2024
1 parent a4a658a commit dd3bcda
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 42 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ tools = ["redpepper-tools"]

[tool.uv]
dev-dependencies = [
"msgpack-types>=0.5.0",
"poethepoet>=0.29.0",
"pytest-cov>=5.0.0",
"pytest-trio>=0.8.0",
"pytest-xdist>=3.6.1",
"pytest>=8.3.3",
"ruff>=0.6.9",
]
Expand Down
3 changes: 0 additions & 3 deletions src/common/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,3 @@ packages = ["redpepper"]

[tool.ruff]
extend = "../../pyproject.toml"

[tool.uv]
dev-dependencies = ["msgpack-types>=0.5.0"]
46 changes: 8 additions & 38 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dd3bcda

Please sign in to comment.