[tool.poetry] name = "python-meme-bot" version = "0.1.0" description = "Telegram Bot that uses PIL to compute light image processing." authors = ["BiRabittoh "] license = "MIT" readme = "README.md" [tool.poetry.dependencies] python = "^3.10" anime-api = "^1.0.2" pillow = "^10.3.0" python-dotenv = "^1.0.1" requests = "^2.32.3" python-telegram-bot = { version = "20.8", extras = ["job-queue"] } [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"