ring/installer/requirements.txt
Fred Amaral e3ece79ccf
feat(installer): introduce python-based multi-platform installer
refactor(installer): introduce adapter and transformer architecture
fix(security): harden installer against path traversal and symlinks
docs: add comprehensive guides for multi-platform support and migration
fix(beads): improve stop hook logic to check for open issues
2025-11-27 18:20:53 -03:00

8 lines
216 B
Text

# Ring Multi-Platform Installer Requirements
# Core installer uses stdlib only - no external dependencies required
# Optional: For development/testing
# pytest>=7.0.0
# pytest-cov>=4.0.0
# mypy>=1.0.0
# ruff>=0.1.0