[tool.poetry] name = "jarvis-tasks" version = "0.7.0" description = "" authors = ["Your Name "] [tool.poetry.dependencies] python = "^3.10" jarvis-core = {git = "https://git.zevaryx.com/stark-industries/jarvis/jarvis-core.git", rev = "main"} dis-snek = "*" aiohttp = "^3.8.1" tweepy = {extras = ["async"], version = "^4.8.0"} asyncpraw = "^7.5.0" rook = "^0.1.170" [tool.poetry.dev-dependencies] pytest = "^7.1" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"