From 1b44c585b0d63363ea7187b8c563bfc70fdbfe70 Mon Sep 17 00:00:00 2001 From: azpsen Date: Wed, 31 Jan 2024 13:39:25 -0600 Subject: [PATCH] add docker build steps --- api/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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