Remove plotly in attempt to fix build error
This commit is contained in:
@@ -10,7 +10,6 @@ jinja2-fragments==0.3.0
|
|||||||
Werkzeug==2.2.2
|
Werkzeug==2.2.2
|
||||||
numpy==1.19.5
|
numpy==1.19.5
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
plotly==5.24.1
|
|
||||||
wtforms==3.2.1
|
wtforms==3.2.1
|
||||||
flask-wtf==1.2.2
|
flask-wtf==1.2.2
|
||||||
Flask-Login==0.6.3
|
Flask-Login==0.6.3
|
||||||
|
|||||||
3
utils.py
3
utils.py
@@ -2,8 +2,7 @@ import colorsys
|
|||||||
from datetime import datetime, date, timedelta
|
from datetime import datetime, date, timedelta
|
||||||
import numpy as np
|
import numpy as np
|
||||||
|
|
||||||
import plotly.express as px
|
|
||||||
import plotly.io as pio # Keep for now, might remove later if generate_plot is fully replaced
|
|
||||||
import math
|
import math
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user