diff --git a/__pycache__/app.cpython-311.pyc b/__pycache__/app.cpython-311.pyc index 7dc1397..d72dd2f 100644 Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ diff --git a/requirements.txt b/requirements.txt index 8ec772b..696c4ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,20 @@ -fastapi==0.110.0 # Latest FastAPI version -uvicorn[standard]==0.27.1 # ASGI server to run FastAPI +annotated-types==0.7.0 +anyio==4.7.0 +click==8.1.7 +fastapi==0.110.0 +h11==0.14.0 +httptools==0.6.4 +idna==3.10 +Jinja2==3.1.4 +MarkupSafe==3.0.2 pydantic==2.6.3 -python-dotenv==1.0.1 # Manage environment variables \ No newline at end of file +pydantic_core==2.16.3 +python-dotenv==1.0.1 +PyYAML==6.0.2 +sniffio==1.3.1 +starlette==0.36.3 +typing_extensions==4.12.2 +uvicorn==0.27.1 +uvloop==0.21.0 +watchfiles==1.0.0 +websockets==14.1