Mercurial > wikked
diff requirements.txt @ 216:062d5e6ddb87
Refactoring for better SQL abstraction and performance (hopefully):
- Page instances don't keep the SQL object. This make it simpler to share those
instances between threads.
- Added a scheduler for running multiple page resolve operations. Sadly,
multi-threading doesn't seem to help here.
- Updated SQLAlchemy to 0.9.3.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 25 Feb 2014 22:08:32 -0800 |
parents | c6dd9b0c5009 |
children | 141c93f87645 |
line wrap: on
line diff
--- a/requirements.txt Mon Feb 24 12:35:47 2014 -0800 +++ b/requirements.txt Tue Feb 25 22:08:32 2014 -0800 @@ -1,7 +1,6 @@ Flask==0.10.1 Flask-Bcrypt==0.5.2 Flask-Login==0.1.3 -Flask-SQLAlchemy==1.0 Flask-Script==0.5.1 Genshi==0.6 GitPython==0.3.2.RC1 @@ -10,7 +9,7 @@ PyMeta==0.5.0 PyYAML==3.10 Pygments==1.5 -SQLAlchemy==0.8.3 +SQLAlchemy==0.9.3 Werkzeug==0.8.3 Whoosh==2.5.5 amqp==1.3.3 @@ -29,6 +28,7 @@ pybars==0.0.4 python-creole==1.0.6 python-hglib==unknown +repoze.lru==0.6 pytz==2013.8 smmap==0.8.2 twill==0.9