# CLI Requirements for SIGMA CLI Tool # Core dependencies click>=8.0.0 pyyaml>=6.0 asyncio-throttle>=1.0.0 # Database support (for migration) sqlalchemy>=1.4.0 psycopg2-binary>=2.9.0 # Optional: Enhanced formatting colorama>=0.4.0 tabulate>=0.9.0 # Import existing backend requirements -r ../backend/requirements.txt