Skip to content

Commit

Permalink
Pin down djangorecipe version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfermigier committed Feb 6, 2016
1 parent bcd2e6c commit c3f27ac
Showing 1 changed file with 26 additions and 25 deletions.
51 changes: 26 additions & 25 deletions buildout.cfg
@@ -1,17 +1,18 @@
[buildout] [buildout]
newest=false newest=false
parts = parts =
django django
python python
django-extensions django-extensions
omelette omelette
unzip = true unzip = true
develop = . develop = .


[versions] [versions]
django = 1.3 django = 1.3
django-tagging = 0.3.1 django-tagging = 0.3.1
psycopg2 = 2.4.1 psycopg2 = 2.4.1
djangorecipe = 1.11


[python] [python]
recipe = zc.recipe.egg recipe = zc.recipe.egg
Expand All @@ -27,29 +28,29 @@ wsgi = true # gen wsgi
settings = settings settings = settings
#test = cm #test = cm
pythonpath = src pythonpath = src
src/cm src/cm
extras extras
${django-extensions:location} ${django-extensions:location}
eggs = eggs =
django-flash django-flash
django-tagging django-tagging
django-piston django-piston
# api dependency # api dependency
# django-css # django-css
chardet chardet
feedparser feedparser
Pillow Pillow
BeautifulSoup BeautifulSoup
html5lib html5lib
pytz pytz
simplejson simplejson
pyyaml pyyaml
south south
psycopg2 psycopg2
pytidylib pytidylib
cssutils cssutils
pexpect pexpect
python-magic python-magic


[django-extensions] [django-extensions]
recipe=zerokspot.recipe.git recipe=zerokspot.recipe.git
Expand Down

0 comments on commit c3f27ac

Please sign in to comment.