[tool.poetry] name = "discord-embed" version = "0.1.0" description = "Make nice embeds for Discord" authors = ["Joakim Hellsén "] license = "GPL-3.0" readme = "README.md" homepage = "https://github.com/TheLovinator1/discord-embed" repository = "https://github.com/TheLovinator1/discord-embed" keywords = ["website", "discord"] [tool.poetry.dependencies] python = "^3.9" fastapi = "^0.75.0" ffmpeg-python = "^0.2.0" dhooks = { git = "https://github.com/kyb3r/dhooks.git" } Pygments = "^2.11.2" python-multipart = "^0.0.5" python-dotenv = "^0.20.0" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api" [tool.black] line-length = 119