sox/pyproject.toml

20 lines
440 B
TOML

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