Changed requirement for Routes from >= 1.7.3 to >= 1.8

This commit is contained in:
Mike
2009-04-01 15:59:02 -07:00
parent edde2622aa
commit becec7ad24

View File

@@ -75,7 +75,7 @@ setup(
#author="",
#author_email="",
#url="",
install_requires=["Routes<=1.7.3",
install_requires=["Routes<=1.8",
"Pylons<=0.9.6.2",
"pytz",
"pycrypto",