[tool.poetry] name = "jarvis" version = "2.0.0a0" description = "J.A.R.V.I.S. admin bot" authors = ["Zevaryx "] [tool.poetry.dependencies] python = "^3.10" PyYAML = "^6.0" dis-snek = "^5.0.0" GitPython = "^3.1.26" mongoengine = "^0.23.1" opencv-python = "^4.5.5" Pillow = "^9.0.0" psutil = "^5.9.0" python-gitlab = "^3.1.1" ulid-py = "^1.1.0" [tool.poetry.dev-dependencies] python-lsp-server = {extras = ["all"], version = "^1.3.3"} black = "^22.1.0" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"