Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
d-v-b authored Mar 6, 2024
1 parent bb349cc commit c2a6831
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@ packages = [{include = "pydantic_ome_ngff", from="src"}]
[tool.poetry.dependencies]
python = "^3.10"
pydantic-zarr = "0.6.1"
fsspec = "^2023.10.0"
s3fs = "^2023.10.0"
rich = "^13.6.0"
mkdocs-material = "^9.5.5"


[tool.poetry.group.dev.dependencies]
pre-commit = "^3.0.4"
Expand Down Expand Up @@ -82,4 +78,4 @@ source = [
]

[tool.coverage.html]
directory = "htmlcov"
directory = "htmlcov"

0 comments on commit c2a6831

Please sign in to comment.