Fixed horizon, django is a pain.

This commit is contained in:
Joshua Harlow 2012-02-03 17:49:16 -08:00
parent ed49849369
commit 0177ebc4f0
2 changed files with 12 additions and 10 deletions

View File

@ -23,9 +23,21 @@
"SQLAlchemy": {
"version": "0.7.5"
},
"sqlalchemy-migrate": {
"version": "0.7.2"
},
#this one is sort of odd...
"python-cloudfiles": {
"version": "1.7.9.3"
},
"CherryPy": {
"version": "3.2.2"
},
#the base os doesn't have static files which
#seems only in 1.3 or greater
"django" : {
"version": "1.3"
},
"django-nose" : {
"version": "0.1.3"
},
@ -37,12 +49,6 @@
},
"django-staticfiles" : {
"version": "1.1.2"
},
"sqlalchemy-migrate": {
"version": "0.7.2"
},
"python-cloudfiles": {
"version": "1.7.9.3"
}
}
}

View File

@ -112,10 +112,6 @@
"python-eventlet": {
"version": "0.9*",
"removable": true
},
"Django": {
"version": "1.2*",
"removable": true
}
}
}