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 df3eb55 commit 0258e40Copy full SHA for 0258e40
setup.py
@@ -22,7 +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
+ "itsdangerous==1.1.0", # TODO: Flask-Sockets is not yet compatible with Flask 2.x
26
"Jinja2==3.0.3", # https://github.com/pallets/flask/issues/4494
27
"pytest-cov>=2,<3",
28
"codecov>=2,<3",
0 commit comments