Skip to content

Commit

Permalink
Remove dev dependencies from test extra (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
gouline authored Sep 1, 2024
1 parent f90246e commit c9a2d3d
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 42 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,6 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]

[project.optional-dependencies]
test = [
"build>=1.0.3",
"twine>=4.0.2",
"ruff>=0.5.5",
"mypy>=1.7.1",
"pytest>=8.3.1",
]

[project.urls]
Homepage = "https://github.com/gouline/molot"

Expand All @@ -44,6 +35,15 @@ packages = ["molot"]
[tool.setuptools_scm]
version_file = "molot/_version.py"

[tool.uv]
dev-dependencies = [
"build>=1.0.3",
"twine>=4.0.2",
"ruff>=0.5.5",
"mypy>=1.7.1",
"pytest>=8.3.1",
]

[tool.mypy]
check_untyped_defs = true
ignore_missing_imports = true
Expand Down
68 changes: 35 additions & 33 deletions uv.lock

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

0 comments on commit c9a2d3d

Please sign in to comment.