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 5a42d8c commit 1b10a83Copy full SHA for 1b10a83
setup.py
@@ -18,7 +18,9 @@
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",
+ "Jinja2==3.0.3", # https://github.com/pallets/flask/issues/4494
22
+ "black==22.3.0",
23
+ "click<=8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
24
]
25
26
adapter_test_dependencies = [
0 commit comments