From 05e74b56fc984c64c29571f9562802fdcc2e12cf Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 5 Feb 2026 12:27:39 +0000 Subject: [PATCH] Initial upload with project structure, documentation, and CI/CD --- requirements.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1290cd3 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,12 @@ +fastapi==0.104.1 +click==8.1.7 +pydantic==2.5.0 +pyyaml==6.0.1 +aiofiles==23.2.1 +httpx==0.25.2 +gitpython==3.1.40 +uvicorn==0.24.0 +sse-starlette==1.6.5 +pytest==7.4.3 +pytest-asyncio==0.21.1 +pytest-cov==4.1.0