diff --git a/requirements.txt b/requirements.txt index 6235ba5..dca2915 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ -streamlit -streamlit-authenticator -numpy -pandas -matplotlib -python-dotenv -pymongo -pytest -coverage +streamlit==1.31.1 +streamlit-authenticator==0.3.1 +numpy==1.26.4 +pandas==2.2.1 +matplotlib==3.8.3 +python-dotenv==1.0.1 +pymongo==4.6.2 +pytest==8.0.2 +coverage==7.4.3