Skip to content

Commit

Permalink
Make rye-dev package virtual (#857)
Browse files Browse the repository at this point in the history
Virtual root because it has no python package.
Update lockfile - includes changes due to previous changes (pytest).
  • Loading branch information
bluss authored Mar 9, 2024
1 parent 9484b1a commit e2a138d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
8 changes: 1 addition & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@ dependencies = [
readme = "README.md"
requires-python = ">= 3.8"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = ["dummy"]

[tool.rye]
managed = true
virtual = true

[tool.rye.scripts]
serve-docs = "mkdocs serve"
Expand Down
14 changes: 6 additions & 8 deletions requirements-dev.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# all-features: false
# with-sources: false

-e file:.
-e file:rye-devtools
anyio==4.2.0
# via httpx
Expand All @@ -33,6 +32,8 @@ idna==3.4
# via anyio
# via httpx
# via requests
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
# via mkdocs
# via mkdocs-material
Expand All @@ -44,30 +45,27 @@ markdown==3.3.7
markupsafe==2.1.2
# via jinja2
mdx-gh-links==0.3
# via rye-dev
mergedeep==1.3.4
# via mkdocs
mkdocs==1.4.3
# via mkdocs-material
# via mkdocs-simple-hooks
# via rye-dev
mkdocs-include-markdown-plugin==4.0.4
# via rye-dev
mkdocs-material==9.1.12
# via rye-dev
mkdocs-material-extensions==1.1.1
# via mkdocs-material
mkdocs-simple-hooks==0.1.5
# via rye-dev
mkdocs-version-annotations==1.0.0
# via rye-dev
packaging==23.1
# via mkdocs
# via pytest
pluggy==1.4.0
# via pytest
pygments==2.15.1
# via mkdocs-material
pymdown-extensions==9.11
# via mkdocs-material
# via rye-dev
pytest==8.0.2
python-dateutil==2.8.2
# via ghp-import
pyyaml==6.0
Expand Down
8 changes: 0 additions & 8 deletions requirements.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
# all-features: false
# with-sources: false

-e file:.
-e file:rye-devtools
anyio==4.2.0
# via httpx
Expand Down Expand Up @@ -44,30 +43,23 @@ markdown==3.3.7
markupsafe==2.1.2
# via jinja2
mdx-gh-links==0.3
# via rye-dev
mergedeep==1.3.4
# via mkdocs
mkdocs==1.4.3
# via mkdocs-material
# via mkdocs-simple-hooks
# via rye-dev
mkdocs-include-markdown-plugin==4.0.4
# via rye-dev
mkdocs-material==9.1.12
# via rye-dev
mkdocs-material-extensions==1.1.1
# via mkdocs-material
mkdocs-simple-hooks==0.1.5
# via rye-dev
mkdocs-version-annotations==1.0.0
# via rye-dev
packaging==23.1
# via mkdocs
pygments==2.15.1
# via mkdocs-material
pymdown-extensions==9.11
# via mkdocs-material
# via rye-dev
python-dateutil==2.8.2
# via ghp-import
pyyaml==6.0
Expand Down

0 comments on commit e2a138d

Please sign in to comment.