Merge pull request #4154 from catap/missed-py7zr

Add missed `py7zr` dependency
This commit is contained in:
Adrian Sampson 2021-11-21 20:20:22 -05:00 committed by GitHub
commit ca1974ff86
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'],