mirror of
https://github.com/KnugiHK/WhatsApp-Chat-Exporter.git
synced 2026-09-07 11:43:15 +02:00
Add aliases to extras_require
This commit is contained in:
@@ -55,7 +55,10 @@ setuptools.setup(
|
|||||||
'crypt12': ["pycryptodome"],
|
'crypt12': ["pycryptodome"],
|
||||||
'crypt14': ["pycryptodome"],
|
'crypt14': ["pycryptodome"],
|
||||||
'crypt15': ["pycryptodome", "javaobj-py3"],
|
'crypt15': ["pycryptodome", "javaobj-py3"],
|
||||||
'ios_backup': [' iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git']
|
'ios_backup': ['iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git'],
|
||||||
|
'all': ["pycryptodome", "javaobj-py3", 'iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git'],
|
||||||
|
'everything': ["pycryptodome", "javaobj-py3", 'iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git'],
|
||||||
|
'backup': ["pycryptodome", "javaobj-py3", 'iphone-backup-decrypt @ git+https://github.com/KnugiHK/iphone_backup_decrypt.git']
|
||||||
},
|
},
|
||||||
entry_points={
|
entry_points={
|
||||||
"console_scripts": [
|
"console_scripts": [
|
||||||
|
|||||||
Reference in New Issue
Block a user