mirror of
https://github.com/csd4ni3l/music-player.git
synced 2025-11-05 02:58:15 +01:00
19 lines
423 B
TOML
19 lines
423 B
TOML
[project]
|
|
name = "MusicPlayer"
|
|
version = "0.1.0"
|
|
description = "A Music Player in Python, made with arcade and pyglet"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"arcade==3.2.0",
|
|
"certifi>=2025.7.9",
|
|
"iso3166>=2.1.1",
|
|
"musicbrainzngs>=0.7.1",
|
|
"mutagen>=1.47.0",
|
|
"pyacoustid>=1.3.0",
|
|
"pydub>=0.25.1",
|
|
"pypresence>=4.3.0",
|
|
"thefuzz>=0.22.1",
|
|
"watchdog>=6.0.0",
|
|
]
|