# AI Smart Contract Auditor - Python Dependencies
# Python 3.11+

# Security Analysis Tools
slither-analyzer>=0.10.0
halmos>=0.1.0

# AI and ML Framework
langchain>=0.1.0
langchain-openai>=0.0.5
openai>=1.0.0

# Vector Database
chromadb>=0.4.0
sentence-transformers>=2.3.0

# Web Scraping (for Solodit updates)
selenium>=4.16.0
webdriver-manager>=4.0.0
beautifulsoup4>=4.12.0

# Data Processing
pandas>=2.0.0
numpy>=1.24.0

# Utilities
requests>=2.31.0
python-dotenv>=1.0.0
pyyaml>=6.0
pydantic>=2.5.0

# Testing
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-xdist>=3.0.0
pytest-cov>=4.0.0
pytest-benchmark>=4.0.0
hypothesis>=6.0.0
faker>=18.0.0
