pyproject deps
ci/woodpecker/push/woodpecker Pipeline failed Details

master
Tom Weber 2 years ago
parent 096a2beb07
commit 6caaf3e31f

@ -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"
]
]
Loading…
Cancel
Save