Commit cd6e4517 authored by Łukasz Nowak's avatar Łukasz Nowak

Stack for flask.

parent 7c47b49e
# 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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment