Skip to content

Commit ec073d5

Browse files
authored
Update requirements.txt
1 parent 941384e commit ec073d5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
Flask>=1,<2
1+
# 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+
24
werkzeug>=1,<2
35
flask-session>=0.3.2,<0.5
46
requests>=2,<3

0 commit comments

Comments
 (0)