Upload 2 files
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
# Ultra-minimal requirements for testing deployment
|
| 2 |
# No dependencies - using only Python standard library
|
| 3 |
|
| 4 |
-
# Stage 2:
|
| 5 |
streamlit==1.45.0
|
|
|
|
| 6 |
toml>=0.10.0
|
| 7 |
-
loguru==0.7.3
|
| 8 |
-
protobuf<4.0.0
|
|
|
|
| 1 |
# Ultra-minimal requirements for testing deployment
|
| 2 |
# No dependencies - using only Python standard library
|
| 3 |
|
| 4 |
+
# Stage 2: Minimal Streamlit with protobuf fix
|
| 5 |
streamlit==1.45.0
|
| 6 |
+
protobuf==3.20.3
|
| 7 |
toml>=0.10.0
|
| 8 |
+
loguru==0.7.3
|
|
|