cryptotools/pyproject.toml
2026-01-11 09:19:22 +01:00

17 lines
308 B
TOML

[project]
name = "Cryptotools"
version = "0.1.0"
description = ""
authors = [
{name = "gbucchino",email = "gbucchino@fortinet-us.com"}
]
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"