all repos — groupgardenbot @ 5d23766f479474d799a9ca876a072d4b12b858d1

An extension of the game "botany", originally designed for unix-based systems, to the Telegram Bot API.

pyproject.toml (view raw)

 1[tool.poetry]
 2name = "groupgardenbot"
 3version = "0.1.0"
 4description = "An extension of the game \"botany\", originally designed for unix-based systems, to the Telegram Bot API."
 5authors = ["Marco Andronaco <andronacomarco@gmail.com>"]
 6license = "MIT"
 7readme = "README.md"
 8
 9[tool.poetry.dependencies]
10python = "^3.11"
11python-dotenv = "^1.0.0"
12python-telegram-bot = "^20.4"
13
14
15[build-system]
16requires = ["poetry-core"]
17build-backend = "poetry.core.masonry.api"