flask.cfg 567 Bytes
Newer Older
Łukasz Nowak's avatar
Łukasz Nowak committed
1 2
# Stack for Flask microframework: http://flask.pocoo.org/
[buildout]
3

Łukasz Nowak's avatar
Łukasz Nowak committed
4 5 6
extends =
  ../component/python-2.7/buildout.cfg
  ../component/lxml-python/buildout.cfg
7 8 9 10 11 12 13 14 15 16 17 18
  
# 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
19

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

[lxml-python]
  python = python2.7