Initial commit: Add Local API Docs Search CLI tool
Some checks failed
CI / build (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-03 01:18:51 +00:00
parent 3a1283a505
commit 37f77c307d

13
requirements.txt Normal file
View File

@@ -0,0 +1,13 @@
click>=8.1.0
sentence-transformers>=3.0.0
pyyaml>=6.0
rich>=13.0.0
chromadb>=0.5.0
openapi-spec-validator>=0.7.0
python-dotenv>=1.0.0
# Development dependencies
pytest>=7.0.0
pytest-cov>=4.0.0
black>=23.0.0
ruff>=0.1.0