# Core Ethereum & Blockchain - Fast resolution with compatible versions
web3==6.20.3
eth-account==0.10.0
eth-utils==2.3.1  # Compatible with py-evm<0.8.0
eth-abi==4.2.1  # Compatible with parsimonious 0.10.0
eth-hash==0.7.0
hexbytes==0.3.1
parsimonious==0.10.0  # Fix Quantifier compatibility issue

# Solidity Compilation
py-solc-x==1.1.1
semantic-version==2.10.0

# Performance & Async
httpx==0.27.2
aiofiles==24.1.0
ujson==5.10.0

# Cryptography  
coincurve==19.0.1
mnemonic==0.21

# Utilities
python-dotenv==1.0.1
pydantic==2.9.2
click==8.1.7
rich==13.9.4

# Security Audit Tools
slither-analyzer==0.10.0
# Note: Mythril is optional due to dependency conflicts
# Install separately if needed: pip install mythril==0.24.8