Skip to content

Commit

Permalink
Temporary remove pinned versions from setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sayoun committed Dec 9, 2015
1 parent a0de6a6 commit abddbef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
re.S).match(v_file.read()).group(1)

requires = [
'pyramid <= 1.4',
'PasteDeploy >= 1.5.0',
'pyramid',
'SQLAlchemy',

'pyramid_jinja2',
Expand All @@ -30,7 +29,7 @@
'cryptacular',
'passlib',

'caldav < 0.2',
'caldav',
'icalendar',
'python-ldap',

Expand Down

0 comments on commit abddbef

Please sign in to comment.