mirror of
https://github.com/ytisf/theZoo.git
synced 2026-07-28 14:47:23 -07:00
Remove broken pyminizip dependency
This commit is contained in:
@@ -55,7 +55,6 @@ def prepare_file(file_path):
|
||||
|
||||
# create ZIP Archive
|
||||
# we are using 7z because "zipfile" did not support adding a password
|
||||
# Apparently "pyminizip" works just as well.
|
||||
print('Info: Creating encrypted ZIP archive')
|
||||
with pyzipper.AESZipFile(OUTPUT_FOLDER / f'{file_path.name}.zip', 'w', compression=pyzipper.ZIP_LZMA, encryption=pyzipper.WZ_AES) as zip_file:
|
||||
zip_file.setpassword(COMPRESSION_PASSWORD.encode())
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
urllib3
|
||||
pyminizip
|
||||
pyzipper
|
||||
Reference in New Issue
Block a user