Use SQLAlchemy version 0.9.7
Version 0.6 is not available on pypi.python.org Change-Id: I3bb4793b48598a6bcfd506451a559676cbe9d44c
This commit is contained in:
parent
588e82e380
commit
c6f8b735fb
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user