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 814da3c commit eec08f4Copy full SHA for eec08f4
setup.py
@@ -22,6 +22,7 @@
22
"Flask-Sockets>=0.2,<1",
23
"Flask>=1,<2", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
24
"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
26
"pytest-cov>=2,<3",
27
"codecov>=2,<3",
28
"flake8>=4,<5",
0 commit comments