mirror of
https://github.com/ldericher/fftcgtool
synced 2025-01-15 15:02:59 +00:00
22 lines
554 B
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 = "^9.2.0"
|
|
click = "^8.1.3"
|
|
python = "^3.9"
|
|
requests = "^2.28.1"
|
|
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"]
|