Skip to content

Commit

Permalink
Uv is also needed for nox
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Nov 20, 2024
1 parent c4961b7 commit 281caa5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ dev = [
"pyright",
]
netlify = [
"nox"
"nox",
"uv",
]

[tool.ruff.lint]
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ types-pygments==2.18.0.20240506
types-setuptools==75.4.0.20241115
typing-extensions==4.12.2
urllib3==2.2.3
uv==0.5.3
uvicorn==0.32.0
virtualenv==20.27.1
watchfiles==0.24.0
Expand Down
31 changes: 30 additions & 1 deletion uv.lock

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

0 comments on commit 281caa5

Please sign in to comment.