# AI Wallet Payment System - Dependencies
# Python 3.8+ required

# Blockchain & Web3
web3==6.0.0

# Database encryption
pysqlcipher3==1.2.0

# Cryptography
cryptography==41.0.0
argon2-cffi==23.1.0

# Two-Factor Authentication
pyotp==2.9.0
qrcode==7.4.0
pillow==10.0.0

# Environment management
python-dotenv==1.0.0

# Optional: Development tools
# pytest==7.4.0
# pytest-cov==4.1.0
# black==23.7.0
# flake8==6.1.0
# pylint==2.17.0
