diff --git a/stack/flask.cfg b/stack/flask.cfg
new file mode 100644
index 0000000000000000000000000000000000000000..f9cd1c8ea7099a03456a0f740d71878509ef59a8
--- /dev/null
+++ b/stack/flask.cfg
@@ -0,0 +1,17 @@
+# Stack for Flask microframework: http://flask.pocoo.org/
+[buildout]
+extends =
+  ../component/python-2.7/buildout.cfg
+  ../component/lxml-python/buildout.cfg
+
+parts =
+  eggs
+
+# Unzip, as Flask can have a lot of troubles with zipped eggs
+unzip = true
+
+[eggs]
+recipe = zc.recipe.egg
+eggs =
+  ${lxml-python:egg}
+  Flask