Skip to content

Commit

Permalink
Update SQLAlchemy
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Troyer committed Sep 28, 2012
1 parent 4f35bee commit bf0ed1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions upgrade-packages
Expand Up @@ -43,9 +43,9 @@ HORIZON_PIPS=" \
# Quantum client requirements
QUANTUM_PIPS="pyparsing cliff>=1.1.2 cmd2"

# SQLAlchemy LCD is 0.7.3 ((cinder, nova)
# SQLAlchemy is 0.7.8 ((cinder, nova)
PIPS="$GLANCE_PIPS $HORIZON_PIPS $NOVA_PIPS $QUANTUM_PIPS \
SQLAlchemy>=0.7.3"
SQLAlchemy>=0.7.8"

pip_install $PIPS

Expand Down

0 comments on commit bf0ed1c

Please sign in to comment.