Skip to content

Commit

Permalink
[#1817] Upgrade SQLAlchemy to 0.9.x
Browse files Browse the repository at this point in the history
No changes needed in the CKAN code base, but it requires changes on vdm,
see this branch:

https://github.com/okfn/vdm/tree/sqlalchemy-0.9-support

Also upgraded sqlalchemy-migrate.
  • Loading branch information
amercader committed Jul 1, 2014
1 parent db77463 commit 81d64ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
7 changes: 4 additions & 3 deletions requirements.in
Expand Up @@ -22,9 +22,10 @@ repoze.who==1.0.19
requests==1.1.0
Routes==1.13
solrpy==0.9.5
sqlalchemy-migrate==0.7.2
SQLAlchemy==0.7.8
vdm==0.11
sqlalchemy-migrate==0.9.1
SQLAlchemy==0.9.6
# Temporal, this will be vdm=0.13
-e git+https://github.com/okfn/vdm@sqlalchemy-0.9-support
WebHelpers==1.3
WebOb==1.0.8
zope.interface==4.0.1
Expand Down
11 changes: 7 additions & 4 deletions requirements.txt
Expand Up @@ -13,8 +13,8 @@ PasteScript==1.7.5
Pygments==1.6
Pylons==0.9.7
Routes==1.13
SQLAlchemy==0.7.8
Tempita==0.5.1
SQLAlchemy==0.9.6
Tempita==0.5.2
WebError==0.10.3
WebHelpers==1.3
WebOb==1.0.8
Expand All @@ -25,6 +25,7 @@ decorator==3.4.0
fanstatic==0.12
nose==1.3.0
ofs==0.4.1
pbr==0.8.2
psycopg2==2.4.5
python-dateutil==1.5
python-openid==2.2.5
Expand All @@ -35,9 +36,11 @@ repoze.who-friendlyform==1.0.8
repoze.who.plugins.openid==0.5.3
requests==1.1.0
simplejson==3.3.1
six==1.7.3
solrpy==0.9.5
sqlalchemy-migrate==0.7.2
sqlalchemy-migrate==0.9.1
unicodecsv==0.9.4
vdm==0.11
# Temporal, this will be vdm=0.13
-e git+https://github.com/okfn/vdm@sqlalchemy-0.9-support#egg=vdm
wsgiref==0.1.2
zope.interface==4.0.1

0 comments on commit 81d64ec

Please sign in to comment.