[tool.poetry] name = "angel" version = "0.1.0" description = "XMPP Bot" authors = ["Kylie Czar "] license = "DPL" package-mode = false [tool.poetry.dependencies] python = "^3.10" requests = "^2.28.1" bs4 = "^0.0.1" pythonsed = { git = "https://github.com/fschaeck/PythonSed", branch = "master" } pantomime = "^0.5.1" aiohttp = "^3.8.1" slixmpp = "^1.8.3" yt-dlp = "^2023.7.6" gusmobile = {git = "https://git.sr.ht/~rwa/gusmobile"} lxml = "^5.4.0" [tool.poetry.group.dev.dependencies] types-requests = "^2.31.0.2" types-beautifulsoup4 = "^4.12.0.6" taskipy = "^1.14.1" ruff = "^0.11.12" [tool.ruff.format] preview = true quote-style = 'single' [tool.taskipy.tasks] format = "ruff format" lint = "ruff check" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"