Skip to content

Commit eec08f4

Browse files
committed
Fix build failures due to itsdangerous package release
1 parent 814da3c commit eec08f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"Flask-Sockets>=0.2,<1",
2323
"Flask>=1,<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2424
"Werkzeug<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
25+
"itsdangerous==2.0.1", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2526
"pytest-cov>=2,<3",
2627
"codecov>=2,<3",
2728
"flake8>=4,<5",

0 commit comments

Comments
 (0)