Depending on what package is used to install the Crypto module, it may get installed as crypto. Some Crypto modules such as pycrypto are defunct. Suggest specifying pycryptodome in requirements.txt which is actively maintained and addresses the case issue for installed Crypto module.
Depending on what package is used to install the Crypto module, it may get installed as
crypto
. SomeCrypto
modules such aspycrypto
are defunct. Suggest specifyingpycryptodome
inrequirements.txt
which is actively maintained and addresses the case issue for installedCrypto
module.