Skip to content

Commit

Permalink
use dependency-groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Oct 30, 2024
1 parent 9771b7c commit 1157a0e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 24 deletions.
6 changes: 4 additions & 2 deletions docs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ name = "cyeva-docs"
version = "0.2.3"
requires-python = ">=3.11, <3.13"

[tool.uv]
dev-dependencies = [
[dependency-groups]
dev = [
"furo>=2024.8.6",
"sphinx-rtd-theme>=3.0.1",
"sphinx>=8.1.3",
]

[tool.uv]
package = false

[build-system]
Expand Down
4 changes: 2 additions & 2 deletions docs/uv.lock

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

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,15 @@ Documentation = "https://caiyunapp.github.io/cyeva"
Issues = "https://github.com/caiyunapp/cyeva/issues"
"Source Code" = "https://github.com/caiyunapp/cyeva"

[tool.uv]
dev-dependencies = [
[dependency-groups]
dev = [
"pytest>=8.3.3",
"ruff>=0.7.1",
"pytest-cov>=5.0.0",
"pytest-benchmark>=4.0.0",
"pytest-memray>=1.7.0; sys_platform != 'win32'",
"pytest-codspeed>=2.2.1",
]
package = true

[build-system]
requires = ["hatchling"]
Expand Down
35 changes: 18 additions & 17 deletions uv.lock

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

0 comments on commit 1157a0e

Please sign in to comment.