Tweaking pip install of Routes
This commit is contained in:
parent
29d73b4acf
commit
00e65ddb8c
@ -7,9 +7,8 @@
|
|||||||
"SQLAlchemy": {
|
"SQLAlchemy": {
|
||||||
"version": "0.7.5"
|
"version": "0.7.5"
|
||||||
},
|
},
|
||||||
"python-routes": {
|
"Routes": {
|
||||||
"version": "1.12*",
|
"version": "1.12.3"
|
||||||
"removable": true
|
|
||||||
},
|
},
|
||||||
#the base is 2.0, need to upgrade
|
#the base is 2.0, need to upgrade
|
||||||
"pycrypto": {
|
"pycrypto": {
|
||||||
|
@ -53,10 +53,10 @@
|
|||||||
},
|
},
|
||||||
"django-staticfiles" : {
|
"django-staticfiles" : {
|
||||||
"version": "1.1.2"
|
"version": "1.1.2"
|
||||||
}
|
|
||||||
"python-routes": {
|
|
||||||
"version": "1.12*",
|
|
||||||
},
|
},
|
||||||
|
"Routes": {
|
||||||
|
"version": "1.12.3"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"fedora-16": {
|
"fedora-16": {
|
||||||
# rpm 1.7.9.1 does not have exceptions.Error
|
# rpm 1.7.9.1 does not have exceptions.Error
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
"version": "2.5",
|
"version": "2.5",
|
||||||
"options": "--upgrade"
|
"options": "--upgrade"
|
||||||
},
|
},
|
||||||
"python-routes": {
|
"Routes": {
|
||||||
"version": "1.12*",
|
"version": "1.12.3"
|
||||||
},
|
},
|
||||||
#the newest we can get is 1.3.3 from epel/rhel
|
#the newest we can get is 1.3.3 from epel/rhel
|
||||||
#this causes issues like the following
|
#this causes issues like the following
|
||||||
|
@ -20,9 +20,8 @@
|
|||||||
"version": "2.5",
|
"version": "2.5",
|
||||||
"options": "--upgrade"
|
"options": "--upgrade"
|
||||||
},
|
},
|
||||||
"python-routes": {
|
"Routes": {
|
||||||
"version": "1.12*",
|
"version": "1.12.3"
|
||||||
"removable": true
|
|
||||||
},
|
},
|
||||||
#the newest we can get is 1.3.3 from epel/rhel
|
#the newest we can get is 1.3.3 from epel/rhel
|
||||||
#this causes issues like the following
|
#this causes issues like the following
|
||||||
|
Loading…
x
Reference in New Issue
Block a user