data-xexe/pyproject.toml
2024-06-03 18:37:17 +02:00

19 lines
No EOL
375 B
TOML

[tool.poetry]
name = "xexe"
version = "0.1.0"
description = ""
authors = ["Pablo Martin <pablo.martin@superhog.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
click = "^8.1.7"
python-dotenv = "^1.0.1"
pyfiglet = "^1.0.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.scripts]
xexe = "xexe.cli:cli"