Initial commit: Add OpenAPI Mock Server project
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-30 03:41:36 +00:00
parent 55fade8836
commit c2a1e65ba3

10
.requirements.txt Normal file
View File

@@ -0,0 +1,10 @@
click>=8.0
pyyaml>=6.0
faker>=19.0
fastapi>=0.100
uvicorn>=0.23
openapi-spec-validator>=0.6
watchdog>=3.0
pytest>=7.0
pytest-cov>=4.0
httpx>=0.24