Skip to content

Commit

Permalink
Removed hatch as a dependency (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
Minitour authored Feb 7, 2025
1 parent 774aff8 commit 8b2f8aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ classifiers = [
keywords = ["dependency", "injector", "di", "injection"]
description = "Easy dependency injection without wiring"
dependencies = [
"hatch>=1.13.0",
"typing-extensions>=4.12.2",
]
readme = "README.md"
Expand Down Expand Up @@ -109,7 +108,7 @@ distribution = false
[tool.uv]
package = false
dev-dependencies = [
"hatch",
"hatch>=1.13.0",
"pre-commit",
"mypy>=1.13.0",
"setuptools>=75.2.0",
Expand Down
9 changes: 2 additions & 7 deletions uv.lock

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

0 comments on commit 8b2f8aa

Please sign in to comment.