Fixed horizon, django is a pain.
This commit is contained in:
parent
ed49849369
commit
0177ebc4f0
@ -23,9 +23,21 @@
|
|||||||
"SQLAlchemy": {
|
"SQLAlchemy": {
|
||||||
"version": "0.7.5"
|
"version": "0.7.5"
|
||||||
},
|
},
|
||||||
|
"sqlalchemy-migrate": {
|
||||||
|
"version": "0.7.2"
|
||||||
|
},
|
||||||
|
#this one is sort of odd...
|
||||||
|
"python-cloudfiles": {
|
||||||
|
"version": "1.7.9.3"
|
||||||
|
},
|
||||||
"CherryPy": {
|
"CherryPy": {
|
||||||
"version": "3.2.2"
|
"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" : {
|
"django-nose" : {
|
||||||
"version": "0.1.3"
|
"version": "0.1.3"
|
||||||
},
|
},
|
||||||
@ -37,12 +49,6 @@
|
|||||||
},
|
},
|
||||||
"django-staticfiles" : {
|
"django-staticfiles" : {
|
||||||
"version": "1.1.2"
|
"version": "1.1.2"
|
||||||
},
|
|
||||||
"sqlalchemy-migrate": {
|
|
||||||
"version": "0.7.2"
|
|
||||||
},
|
|
||||||
"python-cloudfiles": {
|
|
||||||
"version": "1.7.9.3"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -112,10 +112,6 @@
|
|||||||
"python-eventlet": {
|
"python-eventlet": {
|
||||||
"version": "0.9*",
|
"version": "0.9*",
|
||||||
"removable": true
|
"removable": true
|
||||||
},
|
|
||||||
"Django": {
|
|
||||||
"version": "1.2*",
|
|
||||||
"removable": true
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user