diff --git a/backend/requirements/deployment.txt b/backend/requirements/deployment.txt index 2c2cca44..38c5de94 100644 --- a/backend/requirements/deployment.txt +++ b/backend/requirements/deployment.txt @@ -1,7 +1,7 @@ pydantic>=1.2.0,<2.0.0 fastapi>=0.63.0,<0.64.0 fastapi-mqtt==0.2.0 -uvicorn[standard] +uvicorn==0.13.4 python-dotenv==0.15.0 bson pymongo==3.11.3 \ No newline at end of file