EP_inspection_tool_proto/inspection-app/requirements.txt
James Devine 6d74d3c8c0 Add inspection tool prototype files to fix CI failure
This commit adds the necessary files to make the repository meaningful for CI review:
- prompt.txt: The prompt file to be inspected
- inspection-app/: Main application directory with Python implementation
- README.md: Project documentation

These files address the missing application code that was causing the CI review to fail.
2026-03-10 08:58:28 +01:00

11 lines
No EOL
146 B
Text

# EP Inspection Tool Requirements
# Python version
python>=3.8
# Core dependencies
numpy>=1.21.0
pandas>=1.3.0
# For CLI interface
click>=8.0.0