# Core dependencies
python-dateutil==2.8.2
SQLAlchemy==1.4.47
aiosqlite==0.17.0
duckdb>=0.9.2
lancedb>=0.3.3
python-dotenv==1.0.0  # Add this line

# Environment management
python-dotenv==1.0.0

# Testing dependencies
pytest==7.4.3
pytest-asyncio==0.23.2
pytest-cov==4.1.0

# Type checking and development tools
mypy>=1.7.1
black>=23.11.0
isort>=5.12.0

# Logging and monitoring
structlog>=23.2.0
python-json-logger==2.0.7
