We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b6487 commit c0e98b0Copy full SHA for c0e98b0
setup.py
@@ -17,6 +17,7 @@
17
"pytest-cov>=3,<4",
18
"Flask-Sockets>=0.2,<1", # TODO: This module is not yet Flask 2.x compatible
19
"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
21
"black==22.1.0",
22
]
23
0 commit comments