From abddbefbb1d22391a7ce25da2e880a3d1cc3d233 Mon Sep 17 00:00:00 2001 From: sayoun Date: Wed, 9 Dec 2015 20:34:54 +0100 Subject: [PATCH] Temporary remove pinned versions from setup.py --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c17b2d8..0e938bb 100644 --- a/setup.py +++ b/setup.py @@ -13,8 +13,7 @@ re.S).match(v_file.read()).group(1) requires = [ - 'pyramid <= 1.4', - 'PasteDeploy >= 1.5.0', + 'pyramid', 'SQLAlchemy', 'pyramid_jinja2', @@ -30,7 +29,7 @@ 'cryptacular', 'passlib', - 'caldav < 0.2', + 'caldav', 'icalendar', 'python-ldap',