Spaces:
Running
Running
pin firebase-admin version (6.6.0)
Browse files- requirements.txt +1 -1
- requirements/base.txt +2 -1
requirements.txt
CHANGED
@@ -5,4 +5,4 @@ pandas>=2.1.3
|
|
5 |
plotly>=5.18.0
|
6 |
httpx>=0.25.1
|
7 |
pydantic-settings>=2.0.3
|
8 |
-
firebase-admin
|
|
|
5 |
plotly>=5.18.0
|
6 |
httpx>=0.25.1
|
7 |
pydantic-settings>=2.0.3
|
8 |
+
firebase-admin==6.6.0
|
requirements/base.txt
CHANGED
@@ -4,4 +4,5 @@ python-dotenv>=1.0.0
|
|
4 |
pandas>=2.1.3
|
5 |
plotly>=5.18.0
|
6 |
httpx>=0.25.1
|
7 |
-
pydantic-settings>=2.0.3
|
|
|
|
4 |
pandas>=2.1.3
|
5 |
plotly>=5.18.0
|
6 |
httpx>=0.25.1
|
7 |
+
pydantic-settings>=2.0.3
|
8 |
+
firebase-admin==6.6.0
|