mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Update python requirement and dependencies
This commit is contained in:
parent
d64efbb6c1
commit
a7830bebae
2 changed files with 383 additions and 489 deletions
869
poetry.lock
generated
869
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
|
@ -17,7 +17,6 @@ classifiers = [
|
||||||
"Environment :: Web Environment",
|
"Environment :: Web Environment",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
"Programming Language :: Python :: 3.9",
|
|
||||||
"Programming Language :: Python :: 3.10",
|
"Programming Language :: Python :: 3.10",
|
||||||
"Programming Language :: Python :: 3.11",
|
"Programming Language :: Python :: 3.11",
|
||||||
"Programming Language :: Python :: 3.12",
|
"Programming Language :: Python :: 3.12",
|
||||||
|
|
@ -42,7 +41,7 @@ Changelog = "https://github.com/beetbox/beets/blob/master/docs/changelog.rst"
|
||||||
"Bug Tracker" = "https://github.com/beetbox/beets/issues"
|
"Bug Tracker" = "https://github.com/beetbox/beets/issues"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">=3.9,<4"
|
python = ">=3.10,<4"
|
||||||
|
|
||||||
colorama = { version = "*", markers = "sys_platform == 'win32'" }
|
colorama = { version = "*", markers = "sys_platform == 'win32'" }
|
||||||
confuse = ">=2.1.0"
|
confuse = ">=2.1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue