-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependencies: set upper limit
werkzeug<2.2
The `werkzeug==2.2` release is breaking the REST API causing most of the routes to return a 404 error.
- Loading branch information
Showing
2 changed files
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,5 @@ dependencies: | |
- tabulate~=0.8.5 | ||
- tqdm~=4.45 | ||
- upf_to_json~=0.9.2 | ||
- werkzeug<2.2 | ||
- wrapt~=1.11.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters