Commit
·
a6daf97
1
Parent(s):
85b7407
upgrade packages
Browse files- .gitignore +2 -0
- requirements.txt +2 -2
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
venv
|
2 |
+
__pycache__
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
boto3==1.28.0
|
2 |
-
streamlit==1.
|
3 |
watchdog==3.0.0
|
4 |
-
deeploy==1.
|
5 |
pandas>=1.3.5
|
6 |
babel
|
|
|
1 |
boto3==1.28.0
|
2 |
+
streamlit==1.45.0
|
3 |
watchdog==3.0.0
|
4 |
+
deeploy==1.47.1
|
5 |
pandas>=1.3.5
|
6 |
babel
|