Diego Marroquin commited on
Commit ·
0df3642
1
Parent(s): 580499e
Modified requirements
Browse files- requirements.txt +1 -10
requirements.txt
CHANGED
|
@@ -1,18 +1,9 @@
|
|
| 1 |
-
Flask==2.2.3
|
| 2 |
Flask==2.2.2
|
| 3 |
Flask_HTTPAuth==4.7.0
|
| 4 |
-
flask_restx==1.0.6
|
| 5 |
flask_restx==1.1.0
|
| 6 |
matplotlib==3.7.1
|
| 7 |
-
mongoengine==0.26.0
|
| 8 |
mongoengine==0.27.0
|
| 9 |
-
numpy==1.24.3
|
| 10 |
-
numpy==1.22.4
|
| 11 |
numpy==1.25.2
|
| 12 |
-
pandas==1.5.3
|
| 13 |
pandas==2.0.3
|
| 14 |
-
pymongo==4.3.3
|
| 15 |
pymongo==4.4.1
|
| 16 |
-
Requests==2.31.0
|
| 17 |
-
streamlit==1.25.0
|
| 18 |
-
streamlit==1.26.0
|
|
|
|
|
|
|
| 1 |
Flask==2.2.2
|
| 2 |
Flask_HTTPAuth==4.7.0
|
|
|
|
| 3 |
flask_restx==1.1.0
|
| 4 |
matplotlib==3.7.1
|
|
|
|
| 5 |
mongoengine==0.27.0
|
|
|
|
|
|
|
| 6 |
numpy==1.25.2
|
|
|
|
| 7 |
pandas==2.0.3
|
|
|
|
| 8 |
pymongo==4.4.1
|
| 9 |
+
Requests==2.31.0
|
|
|
|
|
|