all repos — gif-escarbot @ 2887fe39566627082d2e98fd2142c668c35b8094

Earthbound Café's custom delivery bot with other cool utilities built-in.

pyproject.toml (view raw)

 1[tool.poetry]
 2name = "gif-escarbot"
 3version = "0.1.0"
 4description = "A gif-forwarding robot for Earthbound Café (https://linktr.ee/earthboundcafe)"
 5authors = ["Andronaco Marco <marco.andronaco@olivetti.com>"]
 6readme = "README.md"
 7packages = [{include = "gif_escarbot"}]
 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"