From c6f8b735fb78b0c5728803d3261f06eec37033f8 Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Mon, 20 Apr 2015 13:55:34 +0900 Subject: [PATCH] Use SQLAlchemy version 0.9.7 Version 0.6 is not available on pypi.python.org Change-Id: I3bb4793b48598a6bcfd506451a559676cbe9d44c --- scripts/make-bootstrap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/make-bootstrap.py b/scripts/make-bootstrap.py index a6b19d4..2025a68 100755 --- a/scripts/make-bootstrap.py +++ b/scripts/make-bootstrap.py @@ -16,7 +16,7 @@ def after_install(options, home_dir): easy_install('Jinja2', home_dir) easy_install('Werkzeug', home_dir) easy_install('Pygments', home_dir) - easy_install('SQLAlchemy==0.6', home_dir) + easy_install('SQLAlchemy==0.9.7', home_dir) easy_install('simplejson', home_dir) easy_install('Babel', home_dir) easy_install('pillow', home_dir)