# CodeSentinel Requirements
# ========================

# Core dependencies
pathlib2>=2.3.0; python_version < "3.4"  # For pathlib compatibility
psutil>=5.8.0  # For process monitoring and orphan detection

# Alert system dependencies
requests>=2.25.0  # For Slack webhooks and HTTP requests

# Scheduling (optional)
schedule>=1.1.0  # For automated task scheduling

# GUI (optional)
# tkinter is included with Python 3.7+, but can be installed separately if needed

# Development dependencies (see requirements-dev.txt)
# pytest>=6.0.0
# flake8>=3.8.0
# black>=21.0.0
# mypy>=0.800