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"