mirror of
https://github.com/G2-Games/simple-discord-music-bot.git
synced 2025-04-19 07:52:54 -05:00
15 lines
334 B
TOML
15 lines
334 B
TOML
[project]
|
|
name = "oden-music-bot"
|
|
version = "0.1.0"
|
|
description = "A simple music bot."
|
|
readme = "README.md"
|
|
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",
|
|
]
|