all repos — python-meme-bot @ 815dfde38783eb2c67d82b4244ad8d3fef20118f

Telegram Bot that uses PIL to compute light image processing.

pyproject.toml (view raw)

 1[tool.poetry]
 2name = "python-meme-bot"
 3version = "0.1.0"
 4description = "Telegram Bot that uses PIL to compute light image processing."
 5authors = ["BiRabittoh <andronacomarco@gmail.com>"]
 6license = "MIT"
 7readme = "README.md"
 8
 9[tool.poetry.dependencies]
10python = "^3.10"
11anime-api = "^1.0.2"
12pillow = "^10.3.0"
13python-dotenv = "^1.0.1"
14requests = "^2.32.3"
15python-telegram-bot = { version = "20.8", extras = ["job-queue"] }
16
17
18[build-system]
19requires = ["poetry-core"]
20build-backend = "poetry.core.masonry.api"