1
0
mirror of https://github.com/Eyre-S/Coeur-Morny-Cono-python.git synced 2024-09-27 18:56:20 +08:00
Coeur-Morny-Cono-python/pyproject.toml

20 lines
462 B
TOML

[tool.poetry]
name = "morny-coeur-python"
version = "0.1.2+coeur1.0.0-RC3.7"
description = "A Coeur-Morny-Cono rewrite by python3"
authors = ["Eyre_S <sukazyo@outlook.com>"]
readme = "README.md"
packages = [
{include = "morny"}
]
[tool.poetry.dependencies]
python = "^3.10"
python-telegram-bot = "^13.14"
pyssage = { git = "https://github.com/suk-ws/pyssage", tag="0.1.0" }
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"