Support crypt15

This commit is contained in:
KnugiHK
2022-02-22 18:33:54 +08:00
parent 734bb78cd8
commit 0e6319eb4e
3 changed files with 62 additions and 13 deletions

View File

@@ -41,7 +41,8 @@ setuptools.setup(
'bleach'
],
extras_require={
'android_backup': ["pycryptodome"]
'android_backup': ["pycryptodome"],
'crypt15': ["pycryptodome", "javaobj-py3"]
},
entry_points={
"console_scripts": [