28 lines
369 B
Plaintext
28 lines
369 B
Plaintext
# Web3 and Ethereum
|
|
web3==6.15.1
|
|
eth-utils==2.3.1
|
|
eth-abi==4.2.1
|
|
|
|
# Database
|
|
psycopg2-binary==2.9.9
|
|
SQLAlchemy==2.0.27
|
|
|
|
# HTTP and API
|
|
requests==2.31.0
|
|
aiohttp==3.9.3
|
|
|
|
# Utilities
|
|
python-dotenv==1.0.1
|
|
pydantic==2.6.1
|
|
click==8.1.7
|
|
|
|
# Data processing
|
|
pandas==2.2.0
|
|
numpy==1.26.3
|
|
|
|
# Logging and monitoring
|
|
structlog==24.1.0
|
|
|
|
# Testing
|
|
pytest==7.4.4
|
|
pytest-asyncio==0.23.5 |