Skip to content

Commit

Permalink
chore: use uv for installing python deps (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz authored Apr 15, 2024
1 parent e1c30d1 commit 04fb1dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/duckdb-server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,13 @@ dev = [
[tool.hatch.envs.default]
python = "3.11"
features = ["dev"]
uv = true

[tool.hatch.envs.default.scripts]
serve = "watchmedo auto-restart --pattern '*.py' --recursive --signal SIGTERM python pkg/__main__.py"

[tool.hatch.envs.test]
uv = true
dependencies = [
"coverage[toml]",
"pytest",
Expand Down
1 change: 1 addition & 0 deletions packages/widget/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dev = [
[tool.hatch.envs.default]
python = "3.11"
features = ["dev"]
uv = true

[tool.hatch.version]
path = "package.json"
Expand Down

0 comments on commit 04fb1dd

Please sign in to comment.