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.
11 lines
No EOL
146 B
Text
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 |