mirror of
https://github.com/Leseratte10/acsm-calibre-plugin.git
synced 2024-12-23 01:34:36 +06:00
15 lines
421 B
Plaintext
15 lines
421 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'
|
|
|
|
# Bugfix for MacOS Python2:
|
|
python-dateutil>=2.7.0 ; python_version < '3.0'
|