mirror of https://codeberg.org/soteria/sox.git
23 lines
505 B
TOML
23 lines
505 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.12,<4.0"
|
|
disnake = "^2.11.0"
|
|
disnake-ext-plugins = {git = "https://github.com/DisnakeCommunity/disnake-ext-plugins"}
|
|
python-dotenv = "^1.2.1"
|
|
pyteria = "^0.1.0"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
ruff = "^0.15.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|