oden-music-bot/pyproject.toml

25 lines
508 B
TOML

[project]
name = "oden"
version = "0.1.0"
description = "A simple music bot."
readme = "README.md"
authors = [
{ name = "G2-Games", email = "ke0bhogsg@gmail.com" }
]
requires-python = ">=3.13"
dependencies = [
"audioop-lts>=0.2.1",
"colorthief>=0.2.1",
"discord>=2.3.2",
"ffmpeg-python>=0.2.0",
"pynacl>=1.5.0",
"stringprogressbar>=1.1.1",
"yt-dlp>=2025.1.15",
]
[project.scripts]
oden = "oden:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"