mirror of
https://github.com/beetbox/beets.git
synced 2026-01-27 18:43:50 +01:00
Add requirement necessary for typings
This commit is contained in:
parent
25df001d54
commit
2b29bccd14
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -92,6 +92,7 @@ setup(
|
|||
'confuse>=1.5.0',
|
||||
'munkres>=1.0.0',
|
||||
'jellyfish',
|
||||
'typing_extensions',
|
||||
] + (
|
||||
# Support for ANSI console colors on Windows.
|
||||
['colorama'] if (sys.platform == 'win32') else []
|
||||
|
|
|
|||
Loading…
Reference in a new issue