[tool.poetry] name = "angel" version = "0.1.0" description = "XMPP Bot" authors = ["Kylie Czar "] license = "DPL" [tool.poetry.dependencies] python = "^3.10" requests = "^2.28.1" bs4 = "^0.0.1" youtube_dl = "^2021.12.17" pythonsed = {path = "PythonSed"} slixmpp = "^1.8.2" pantomime = "^0.5.1" aiohttp = "^3.8.1" [tool.poetry.dev-dependencies] [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"