mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 11:32:30 +01:00
Require a newer enum34
Not sure what was wrong with 0.9, but it was crashing on first use on my system.
This commit is contained in:
parent
b8dab9cf9f
commit
d9481a0886
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -76,7 +76,7 @@ setup(
|
|||
},
|
||||
|
||||
install_requires=[
|
||||
'enum34',
|
||||
'enum34>=1.0.4',
|
||||
'mutagen>=1.27',
|
||||
'munkres',
|
||||
'unidecode',
|
||||
|
|
|
|||
Loading…
Reference in a new issue