mirror of
https://github.com/Leseratte10/acsm-calibre-plugin.git
synced 2025-01-12 19:34:45 +06:00
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
|
freezegun
|
||
|
mock ; python_version < '3.0'
|
||
|
lxml
|
||
|
pycryptodome
|
||
|
rsa ; python_version >= '3.0'
|
||
|
rsa <= 4.3 ; python_version < '3.0'
|
||
|
oscrypto
|
||
|
|
||
|
# Require cryptography >= 3.1 because in 3.0 and below, the backend param in load_key_and_certificates was still required.
|
||
|
cryptography==3.1 ; python_version < '3.0'
|
||
|
cryptography>=3.1 ; python_version >= '3.0'
|