Skip to content

Commit

Permalink
Fix build failures due to itsdangerous package release
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Feb 19, 2022
1 parent 814da3c commit eec08f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"Flask-Sockets>=0.2,<1",
"Flask>=1,<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
"Werkzeug<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
"itsdangerous==2.0.1", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
"pytest-cov>=2,<3",
"codecov>=2,<3",
"flake8>=4,<5",
Expand Down

0 comments on commit eec08f4

Please sign in to comment.