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