diff --git a/api/requirements.txt b/api/requirements.txt index c5e6396..19e5c98 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,6 +1,7 @@ uvicorn~=0.24.0.post1 fastapi~=0.105.0 pydantic~=2.5.2 +pydantic-settings~=2.1.0 passlib[bcrypt]~=1.7.4 motor~=3.3.2 -python-jose[cryptography]~=3.3.0 \ No newline at end of file +python-jose[cryptography]~=3.3.0