Skip to content

Commit

Permalink
Fix version ranges to be able to buildout.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Oct 30, 2018
1 parent 7a28602 commit 867eb44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion version_ranges.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ repoze.who = < 2.1.dev

# tooling
zc.buildout = < 2.4.dev
zc.recipe.egg = < 2.1.dev
zc.recipe.egg = < 2.0.6.dev
Sphinx = < 1.1.dev
collective.recipe.sphinxbuilder = < 0.7.2.dev
docutils = < 0.13.dev
Expand All @@ -98,6 +98,7 @@ manuel = < 1.2.dev
mechanize = < 0.3.dev
python-gettext = < 1.3.dev
zope.testbrowser = < 3.12.dev
mr.developer = < 1.35.dev

# pytz 2017.3 provokes a test failure in DateTime:
# AssertionError: legacy timezone Canada/East-Saskatchewan cannot be looked up
Expand Down

0 comments on commit 867eb44

Please sign in to comment.