mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 14:32:55 +01:00
Merge pull request #4154 from catap/missed-py7zr
Add missed `py7zr` dependency
This commit is contained in:
commit
ca1974ff86
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'],
|
||||
'plexupdate': ['requests'],
|
||||
'web': ['flask', 'flask-cors'],
|
||||
'import': ['rarfile'],
|
||||
'import': ['rarfile', 'py7zr'],
|
||||
'thumbnails': ['pyxdg', 'Pillow'],
|
||||
'metasync': ['dbus-python'],
|
||||
'sonosupdate': ['soco'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue