Skip to content

Commit c78bd29

Browse files
committed
Add missed py7zr dependency
1 parent b07d175 commit c78bd29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def build_manpages():
135135
'mpdstats': ['python-mpd2>=0.4.2'],
136136
'plexupdate': ['requests'],
137137
'web': ['flask', 'flask-cors'],
138-
'import': ['rarfile'],
138+
'import': ['rarfile', 'py7zr'],
139139
'thumbnails': ['pyxdg', 'Pillow'],
140140
'metasync': ['dbus-python'],
141141
'sonosupdate': ['soco'],

0 commit comments

Comments
 (0)