# Network Security System Requirements
# =====================================
# Dependencies for network access control and monitoring

# Core dependencies
pyyaml>=6.0.1          # Configuration file parsing
rich>=13.7.0           # Beautiful terminal UI for monitoring dashboard

# Optional but recommended
requests>=2.31.0       # HTTP library (if not already installed)
httpx>=0.25.0          # Modern HTTP client (if not already installed)
aiohttp>=3.9.0         # Async HTTP client (if not already installed)

# Development/Testing
pytest>=7.4.0          # Testing framework
pytest-asyncio>=0.21.0 # Async testing support
