summary refs log tree commit diff
path: root/pyproject.toml
blob: d6c6f136bc4bdac64626d0a64f61b9602aaef4a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[tool.poetry]
name = "skimap"
version = "0.1.0"
description = ""
authors = ["tzlil <tzlils@protonmail.com>"]

[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"