mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 12:35:19 +01:00
Add click dependency
This commit is contained in:
parent
6b73aa25d2
commit
40b6db2ef3
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -93,6 +93,7 @@ setup(
|
|||
'musicbrainzngs>=0.4',
|
||||
'pyyaml',
|
||||
'jellyfish',
|
||||
'click',
|
||||
] + (['colorama'] if (sys.platform == 'win32') else []) +
|
||||
(['enum34>=1.0.4'] if sys.version_info < (3, 4, 0) else []),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue