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 95f63ea commit 84d5febCopy full SHA for 84d5feb
appengine/standard/flask/tutorial/requirements.txt
@@ -1 +1,4 @@
1
Flask==0.12.2
2
+# v0.13 uses tempfile.SpooledTemporaryFile which is not supported in the app
3
+# engine sandbox. See https://cloud.google.com/appengine/docs/standard/python/runtime#customized-libraries-in-python-version-27
4
+Werkzeug<=0.13
0 commit comments