From db7379b40dfe111cbe1d8aece6cf5fdd7f3c234f Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sat, 7 May 2022 21:53:25 -0400 Subject: [PATCH] BUG: Fix flit dependency specification --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 189c5ce..e526a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",