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 ade24e1 commit ead2211Copy full SHA for ead2211
pyproject.toml
@@ -40,7 +40,7 @@ dependencies = [
40
"docutils >= 0.18.1", # reST markup processing
41
"Markdown >= 3.4.1", # Markdown markup processing
42
"mdx_wikilink_plus >= 1.4.1", # Markdown Wikilinks extension
43
- "Flask < 3.0.0", # lightweight WSGI web application framework
+ "Flask >= 3.0.0", # lightweight WSGI web application framework
44
"Flask-Babel >= 3.0.0", # i18n support
45
"Flask-Caching >= 1.2.0", # caching support
46
"Flask-Theme >= 0.3.6", # theme support
@@ -50,7 +50,7 @@ dependencies = [
50
"Jinja2 >= 3.1.0", # template engine
51
"markupsafe <= 2.2.0", # safe html and xml
52
"pygments >= 1.4", # src code / text file highlighting
53
- "Werkzeug >= 2.3.7", # wsgi toolkit
+ "Werkzeug >= 3.0.0", # WSGI toolkit
54
"whoosh >= 2.7.0", # needed for indexed search
55
"pdfminer.six", # pdf -> text/plain conversion
56
"passlib >= 1.6.0", # strong password hashing (1.6 needed for consteq)
0 commit comments