1
0
Fork 0
mirror of https://github.com/ldericher/fftcgtool synced 2025-01-15 15:02:59 +00:00
fftcgtool/pyproject.toml

22 lines
554 B
TOML

[tool.poetry]
authors = ["LDericher <40151420+ldericher@users.noreply.github.com>"]
description = "Card import tool for 'Final Fantasy TCG Complete' mod for the 'Tabletop Simulator' game"
license = "LICENSE"
name = "fftcgtool"
version = "0.2.0"
[tool.poetry.dependencies]
Pillow = "^8.4.0"
click = "^8.0.3"
python = "^3.9"
requests = "^2.26.0"
roman = "^3.3"
[tool.poetry.dev-dependencies]
[tool.poetry.scripts]
fftcgtool = "fftcgtool.scripts.fftcgtool:main"
[build-system]
build-backend = "poetry.core.masonry.api"
requires = ["poetry-core>=1.0.0"]