data-xexe/pyproject.toml

22 lines
451 B
TOML
Raw Permalink Normal View History

2024-06-03 17:52:21 +02:00
[tool.poetry]
name = "xexe"
version = "1.1.1"
2024-06-03 17:52:21 +02:00
description = ""
authors = ["Pablo Martin <pablo.martin@superhog.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
2024-06-03 18:03:03 +02:00
click = "^8.1.7"
2024-06-03 18:03:42 +02:00
python-dotenv = "^1.0.1"
pyfiglet = "^1.0.2"
2024-06-06 12:56:16 +02:00
xecd-rates-client = "^1.0.0"
2024-06-11 13:28:36 +02:00
py-money = "^0.5.0"
2024-06-13 15:25:52 +02:00
psycopg2-binary = "^2.9.9"
2024-06-03 17:52:21 +02:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
2024-06-03 18:37:17 +02:00
[tool.poetry.scripts]
xexe = "xexe.cli:cli"