Skip to content

Commit

Permalink
BUG: Fix flit dependency specification
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed May 8, 2022
1 parent 9a1acb3 commit db7379b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ classifiers = ["License :: OSI Approved :: Apache Software License"]
dynamic = ["version", "description"]
requires-python = ">=3.8"

[project.urls]
Home = "https://github.com/thewtex/sharedstore"

dependencies = [
"zarr >=2.11.3",
]

[project.urls]
Home = "https://github.com/thewtex/sharedstore"

[project.optional-dependencies]
test = [
"pytest >=2.7.3",
Expand Down

0 comments on commit db7379b

Please sign in to comment.