# Aeternity Python SDK - Core Dependencies

# Cryptography
pynacl>=1.4.0
base58>=2.1.0
mnemonic>=0.20
pyblake2>=1.1.2

# Network & API
requests>=2.28.0

# Encoding
rlp>=3.0.0

# Optional: GUI tools (uncomment if needed)
# Note: tkinter is usually included with Python
