Skip to content

Commit 0c44329

Browse files
committed
Declare support for Beets 2.3.0 and newer
1 parent 8eedcbb commit 0c44329

2 files changed

Lines changed: 495 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ authors = [
88
{ name = "Hamuko", email = "hamuko@burakku.com" }
99
]
1010
requires-python = ">=3.9"
11+
dependencies = [
12+
"beets>=2.3.0",
13+
]
1114

1215
[project.urls]
1316
Repository = "https://github.com/Hamuko/beets-mpdqueue"

0 commit comments

Comments
 (0)