Skip to content

Commit

Permalink
Update the flask script
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalPig committed Sep 27, 2023
1 parent 6cec61c commit f88f362
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/forms.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from flask.ext.wtf import Form
from flask_wtf import Form
from wtforms import FloatField, RadioField, SelectField
from wtforms.validators import DataRequired, NumberRange, optional

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- numpy=1.10.4
- pandas=0.18.1
- pip
- python
- python=3
- python-dateutil
- pytz
- requests=2.9.2
Expand Down

0 comments on commit f88f362

Please sign in to comment.