Commit
·
d34407f
1
Parent(s):
c477cab
fix: updated requirements.txt
Browse files- app/requirements.txt +4 -0
app/requirements.txt
CHANGED
|
@@ -6,6 +6,7 @@ charset-normalizer==3.4.1
|
|
| 6 |
click==8.2.1
|
| 7 |
colorama==0.4.6
|
| 8 |
dnspython==2.7.0
|
|
|
|
| 9 |
Flask==3.1.1
|
| 10 |
Flask-APScheduler==1.13.1
|
| 11 |
h11==0.16.0
|
|
@@ -13,6 +14,9 @@ idna==3.10
|
|
| 13 |
itsdangerous==2.2.0
|
| 14 |
Jinja2==3.1.6
|
| 15 |
MarkupSafe==3.0.2
|
|
|
|
|
|
|
|
|
|
| 16 |
pymongo==3.12.0
|
| 17 |
python-dateutil==2.9.0.post0
|
| 18 |
pytz==2025.2
|
|
|
|
| 6 |
click==8.2.1
|
| 7 |
colorama==0.4.6
|
| 8 |
dnspython==2.7.0
|
| 9 |
+
fastparquet==2024.5.0
|
| 10 |
Flask==3.1.1
|
| 11 |
Flask-APScheduler==1.13.1
|
| 12 |
h11==0.16.0
|
|
|
|
| 14 |
itsdangerous==2.2.0
|
| 15 |
Jinja2==3.1.6
|
| 16 |
MarkupSafe==3.0.2
|
| 17 |
+
pandas==2.2.2
|
| 18 |
+
prefect==2.19.9
|
| 19 |
+
pyarrow==17.0.0
|
| 20 |
pymongo==3.12.0
|
| 21 |
python-dateutil==2.9.0.post0
|
| 22 |
pytz==2025.2
|