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 48661f8 commit b3cb02aCopy full SHA for b3cb02a
setup.py
@@ -23,10 +23,12 @@
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
+ "Jinja2==3.0.3", # https://github.com/pallets/flask/issues/4494
27
"pytest-cov>=2,<3",
28
"codecov>=2,<3",
29
"flake8>=4,<5",
- "black==22.1.0",
30
+ "black==22.3.0",
31
+ "click==8.0.4", # black is affected by https://github.com/pallets/click/issues/2225
32
"psutil>=5,<6",
33
"databases>=0.5",
34
# used only under slack_sdk/*_store
0 commit comments