Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -4,3 +4,7 @@ requests
|
|
4 |
python-dotenv
|
5 |
streamlit-authenticator
|
6 |
pydantic-settings
|
|
|
|
|
|
|
|
|
|
4 |
python-dotenv
|
5 |
streamlit-authenticator
|
6 |
pydantic-settings
|
7 |
+
sqlmodel
|
8 |
+
sqlalchemy
|
9 |
+
passlib[bcrypt]
|
10 |
+
|