Graphs/pyproject.toml

18 lines
325 B
TOML
Raw Normal View History

2025-03-09 15:23:18 +01:00
[tool.poetry]
name = "graphs"
version = "0.1.0"
description = ""
authors = ["KUB0570 <nikola.kubeczkova.st@vsb.cz>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
django = "^4.2.5"
numpy = "^1.26.3"
networkx = "^3.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"