anvil/conf/pips/quantum.json
2012-03-05 10:54:06 -08:00

31 lines
792 B
JSON

# This is a extended json package definition file
# We allow simple comments (lines starting with a hash symbol)
{
"ubuntu-oneiric": {
},
"rhel-6": {
"SQLAlchemy": {
"version": "0.7.5"
},
"sqlalchemy-migrate": {
"version": "0.7.2"
},
#the newest we can get is 1.3.3 from epel/rhel
#this causes issues like the following
#https://answers.launchpad.net/nova/+question/174160
#https://answers.launchpad.net/nova/+question/185116
"PasteDeploy": {
"version": "1.5"
},
"PasteScript": {
"version": "1.7.5"
},
"Paste": {
"version": "1.7.5.1"
},
"Routes": {
"version": "1.12.3"
}
}
}