This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/steve.git
commit ebea9bacb36fc042e1723afad1c82479e9932b2a Author: Daniel Gruno <[email protected]> AuthorDate: Sun Jan 26 12:38:26 2025 +0100 Add poetry dep list --- pysteve/pyproject.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pysteve/pyproject.toml b/pysteve/pyproject.toml new file mode 100644 index 0000000..41309bc --- /dev/null +++ b/pysteve/pyproject.toml @@ -0,0 +1,14 @@ +[tool.poetry] +name = "steve" +version = "0.1.0" +description = "" +authors = ["Apache STeVe <[email protected]>"] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.12" +asfpy = "0.52" + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api"
