Changeset - 8c2e96646545
[Not reviewed]
default
0 1 0
Jelmer Vernooij - 11 years ago 2014-07-16 00:09:17
jelmer@samba.org
Loosen dependency on Mako to include mako 1.0.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -40,13 +40,13 @@ requirements = [
 
    "webtest==1.4.3",
 
    "Pylons==1.0.0",
 
    "Beaker==1.6.4",
 
    "WebHelpers==1.3",
 
    "formencode==1.2.4",
 
    "SQLAlchemy==0.7.10",
 
    "Mako==0.9.0",
 
    "Mako>=0.9.0,<=1.0.0",
 
    "pygments>=1.5",
 
    "whoosh>=2.4.0,<2.5",
 
    "celery>=2.2.5,<2.3",
 
    "babel==0.9.6",
 
    "python-dateutil>=1.5.0,<2.0.0",
 
    "dulwich>=0.9.3,<=0.9.7",
0 comments (0 inline, 0 general)