[tool.poetry] name = "sox" version = "0.1.0" description = "" authors = ["rainy "] license = "MIT" readme = "README.md" package-mode = false [tool.poetry.dependencies] python = ">3.9,<4.0" disnake = "^2.9.2" ruff = "^0.5.6" disnake-ext-plugins = {git = "https://github.com/DisnakeCommunity/disnake-ext-plugins"} python-dotenv = "^1.0.1" pyteria = "^0.1.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"