Skip to content

Commit

Permalink
Requirements hack
Browse files Browse the repository at this point in the history
  • Loading branch information
noahpistilli committed Oct 2, 2023
1 parent b78b82b commit 769ce69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ python-dotenv>=0.19
sentry-sdk[flask]>=1.5.0
SQLAlchemy-Searchable>=1.4.1
tzdata; platform_system == 'Windows'
werkzeug==2.2.0

1 comment on commit 769ce69

@noahpistilli
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pallets somehow broke the interdependency with Flask and Werkzeug by removing a function from the latter that the former requires. As Werkzeug is bundled with Flask, we have to force a version that will work.

Please sign in to comment.