Skip to content

Commit

Permalink
Add crypt15 dependency to android_backup
Browse files Browse the repository at this point in the history
  • Loading branch information
KnugiHK committed Mar 4, 2022
1 parent 15201ac commit eec739d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
'bleach'
],
extras_require={
'android_backup': ["pycryptodome"],
'android_backup': ["pycryptodome", "javaobj-py3"],
'crypt12': ["pycryptodome"],
'crypt12': ["pycryptodome"],
'crypt15': ["pycryptodome", "javaobj-py3"]
Expand Down

0 comments on commit eec739d

Please sign in to comment.