Skip to content

Commit c0e98b0

Browse files
committed
Fix build failures due to itsdangerous package release
1 parent 78b6487 commit c0e98b0

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
@@ -17,6 +17,7 @@
1717
"pytest-cov>=3,<4",
1818
"Flask-Sockets>=0.2,<1", # TODO: This module is not yet Flask 2.x compatible
1919
"Werkzeug>=1,<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
20+
"itsdangerous==2.0.1", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
2021
"black==22.1.0",
2122
]
2223

0 commit comments

Comments
 (0)