# MatsushibaDB - Complete Enterprise Database Server
# All dependencies for full functionality

# Core web framework
flask>=2.3.0
flask-cors>=4.0.0
flask-limiter>=3.0.0

# Security and authentication
cryptography>=41.0.0
PyJWT>=2.8.0
bcrypt>=4.0.0

# WebSocket support
websockets>=11.0.0

# HTTP client
requests>=2.31.0
aiohttp>=3.8.0

# Performance monitoring
psutil>=5.9.0

# Configuration
pyyaml>=6.0

# Logging
colorlog>=6.7.0

# Windows support
pywin32>=306; sys_platform == "win32"

# Development and testing
pytest>=7.4.0
pytest-cov>=4.1.0
pytest-asyncio>=0.21.0
black>=23.0.0
flake8>=6.0.0
mypy>=1.5.0

# Documentation
sphinx>=7.1.0
sphinx-rtd-theme>=1.3.0

# Building
pyinstaller>=5.0.0
