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