diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2f4912f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,13 @@ +fastapi==0.104.1 +click==8.1.7 +uvicorn==0.24.0 +pydantic==2.5.2 +pyngrok==7.5.0 +jinja2==3.1.2 +pyyaml==6.0.1 +python-json-logger==2.0.7 +requests==2.31.0 +httpx==0.25.2 +pytest>=7.4.0 +pytest-cov>=4.1.0 +pytest-asyncio>=0.21.0