Skip to content

Commit

Permalink
Adjust readme. dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CarloLepelaars committed Dec 5, 2024
1 parent 81e13f7 commit e5b4d3f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 20 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Make sure to do an editable install with dev dependencies when working on contri

```bash
pip install uv
uv pip install -e ".[dev]"
uv sync
```

To run tests:
Expand Down
14 changes: 5 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fh-plotly"
version = "0.2.0"
version = "0.2.1"
description = "Plotly in FastHTML"
authors = [
{name = "Carlo Lepelaars", email = "[email protected]"},
Expand All @@ -14,12 +14,14 @@ dependencies = [
"plotly>=5.23.0",
]

[project.optional-dependencies]
[dependency-groups]
dev = [
"pytest>=8.3.2",
"pandas>=2.2.2",
"numpy>=2.0.1",
"fastcore>=1.7.1"
"fastcore>=1.7.1",
"pytest-playwright>=0.6.2",
"requests>=2.32.3",
]

[tool.ruff]
Expand All @@ -42,9 +44,3 @@ markers = [
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[dependency-groups]
dev = [
"pytest-playwright>=0.6.2",
"requests>=2.32.3",
]
16 changes: 6 additions & 10 deletions uv.lock

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

0 comments on commit e5b4d3f

Please sign in to comment.