From 6caaf3e31f4278b6aa231848d56ef4254a0fd53f Mon Sep 17 00:00:00 2001 From: Tom Weber Date: Thu, 5 Jan 2023 13:16:53 +0100 Subject: [PATCH] pyproject deps --- pyproject.toml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 67c2287..2d09c05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,10 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", ] +dependencies = [ + "numpy>=1.23.3", + "plotly>=5.11.0" +] [project.urls] "repository" = "https://git.weber.codes/tom/gameoflife" @@ -23,9 +27,4 @@ classifiers = [ [tool.pytest.ini_options] addopts = [ "--import-mode=importlib", -] - -dependencies = [ -"numpy>=1.23.3", -"plotly>=5.11.0" - ] \ No newline at end of file +] \ No newline at end of file