Spaces:
Runtime error
Runtime error
Sunil Surendra Singh
commited on
Commit
·
9427375
1
Parent(s):
a35dac3
Added streamlit and pymongo versions
Browse files
streamlit/requirements.txt
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
-
streamlit
|
2 |
-
requests
|
3 |
-
pymongo[srv]
|
|
|
1 |
+
streamlit==1.24.*
|
2 |
+
requests==2.29.*
|
3 |
+
pymongo[tls, srv]==4.4.*
|