# DID Generator Python Requirements mnemonic>=0.20 # For seed phrase generation eth-account>=0.5.9 # For Ethereum account operations eth-keys>=0.4.0 # For key manipulation requests>=2.28.2 # For API communication typing-extensions>=4.7.1 # For type hints web3>=6.0.0 # For Ethereum interaction eth-utils>=2.1.0 # For Ethereum utilities pyjwt>=2.8.0 # For JWT operations cryptography>=42.0.0 # For key format conversion jwcrypto