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.
2 parents 941384e + ec073d5 commit 20e5105Copy full SHA for 20e5105
requirements.txt
@@ -1,4 +1,6 @@
1
-Flask>=1,<2
+# Flask 1.* used to work, until their upstream package brought in a breaking change https://github.com/pallets/markupsafe/issues/286
2
+Flask>=2,<3
3
+
4
werkzeug>=1,<2
5
flask-session>=0.3.2,<0.5
6
requests>=2,<3
0 commit comments