flask.cfg 579 Bytes
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1 2
# Stack for Flask microframework: http://flask.pocoo.org/
[buildout]
3 4 5
extensions =
  slapos.zcbworkarounds

Łukasz Nowak's avatar
Łukasz Nowak committed
6 7 8
extends =
  ../component/python-2.7/buildout.cfg
  ../component/lxml-python/buildout.cfg
9
  
10 11 12 13 14 15 16 17 18 19 20 21
# Use only quite well working sites.
allow-hosts =
  *.nexedi.org
  *.python.org
  *.sourceforge.net
  dist.repoze.org
  effbot.org
  github.com
  peak.telecommunity.com
  psutil.googlecode.com
  www.dabeaz.com

Łukasz Nowak's avatar
Łukasz Nowak committed
22
parts =
23
  libxslt
Łukasz Nowak's avatar
Łukasz Nowak committed
24 25 26 27 28 29 30 31 32 33
  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