From 2b29ec8ed68aabb44e79216a1701292abc6052cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 24 May 2016 10:49:36 +0200 Subject: [PATCH] Bumped version of Werkzeug to solve the memory error with large uploads. --- requirements.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aedd7756..fb0dffcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,11 @@ pytest-cov==2.2.1 # Secondary requirements Flask-PyMongo==0.4.1 Jinja2==2.8 -Werkzeug==0.11.3 +# This particular commit fixes the memory error when handling large +# uploads. If it's merged into a release, switch back to regular +# releases. For more info, see +# https://github.com/pallets/werkzeug/issues/510 +-e git+https://github.com/pallets/werkzeug.git@0ab6a7462b5fe6f15686aef3004a833a52ea5aad#egg=Werkzeug argparse==1.2.1 cffi==1.6.0 cookies==2.2.1