mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Add missed py7zr dependency
This commit is contained in:
parent
b07d1756a5
commit
c78bd2972c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -135,7 +135,7 @@ setup(
|
||||||
'mpdstats': ['python-mpd2>=0.4.2'],
|
'mpdstats': ['python-mpd2>=0.4.2'],
|
||||||
'plexupdate': ['requests'],
|
'plexupdate': ['requests'],
|
||||||
'web': ['flask', 'flask-cors'],
|
'web': ['flask', 'flask-cors'],
|
||||||
'import': ['rarfile'],
|
'import': ['rarfile', 'py7zr'],
|
||||||
'thumbnails': ['pyxdg', 'Pillow'],
|
'thumbnails': ['pyxdg', 'Pillow'],
|
||||||
'metasync': ['dbus-python'],
|
'metasync': ['dbus-python'],
|
||||||
'sonosupdate': ['soco'],
|
'sonosupdate': ['soco'],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue