Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
Werkzeug has been updated and the 3.0.0 version doesn't work properly with flask and won't compile. Specifically stating the Werkzeug version fixed it.
  • Loading branch information
abeaudin authored Jan 27, 2024
1 parent e4185bc commit ae6b724
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example-apps/relevance-workbench/app-api/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
flask==2.2.2
requests==2.28.1
Werkzeug==2.2.2
flask-session
memcache
elasticsearch
elasticsearch

0 comments on commit ae6b724

Please sign in to comment.