We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 444eedb commit 86c3ed5Copy full SHA for 86c3ed5
1 file changed
resources/templates/python/requirements.txt.template
@@ -7,7 +7,7 @@ fastapi[all]==0.89.0
7
uvicorn[standard]==0.20.0
8
{{/if}}
9
{{#if (eq platform 'Python: Flask')}}
10
-flask==2.2.2
+flask==3.0.0
11
12
{{#unless (eq platform 'Python: General')}}
13
gunicorn==20.1.0
0 commit comments