From 393fb3721802a097a4265b523d7301d342212042 Mon Sep 17 00:00:00 2001 From: tzlil Date: Thu, 4 May 2023 19:36:02 +0300 Subject: first commit --- pyproject.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..d6c6f13 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,17 @@ +[tool.poetry] +name = "skimap" +version = "0.1.0" +description = "" +authors = ["tzlil "] + +[tool.poetry.dependencies] +python = "^3.10" +lambda-calculus = "^3.0.0" +networkx = "^3.1" +matplotlib = "^3.7.1" +pydot = "^1.4.2" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" -- cgit 1.4.1