-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
Description
App name
dash-web-trader
Description of bug
Outdated flask version
How to replicate the bug
pip install -r requirements.txt
run app
Other notes
Flask version isn't pinned and the newest version does not have the required functions anymore ...
Fails with depreciation error
AttributeError: 'Flask' object has no attribute 'before_first_request'. Did you mean '_get_first_request' ?