mirror of
https://github.com/Leseratte10/acsm-calibre-plugin
synced 2025-02-12 08:48:02 +01:00
11 lines
344 B
Text
11 lines
344 B
Text
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'
|