diff options
| author | Priyansh <[email protected]> | 2021-11-17 00:19:17 -0500 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2021-11-17 00:19:17 -0500 |
| commit | 4dcf5375513d5c22ce2a9a060f3ccb3d9398630e (patch) | |
| tree | 86eff404bc33ef49cf7a9d997866de5caef4738d | |
| parent | 27ead42619bdfd442e7798e2a4b2c5955e3bdb13 (diff) | |
| download | temp_pred_arima-4dcf5375513d5c22ce2a9a060f3ccb3d9398630e.tar.xz temp_pred_arima-4dcf5375513d5c22ce2a9a060f3ccb3d9398630e.zip | |
Update requirements:
| -rw-r--r-- | dashboard/app.py | 2 | ||||
| -rw-r--r-- | dashboard/requirements.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dashboard/app.py b/dashboard/app.py index 0f45788..4732794 100644 --- a/dashboard/app.py +++ b/dashboard/app.py @@ -1,8 +1,6 @@ from flask import Flask, render_template from flask import Markup -import folium import sqlite3 as sql -from sqlite3 import Error import pandas as pd app = Flask(__name__) diff --git a/dashboard/requirements.txt b/dashboard/requirements.txt index 25ad4bf..6ec5840 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -1,2 +1,4 @@ -folium flask +sqlite3 +pandas + |
