comparison setup.py @ 8136:1d1f5598702d

setup: bump whoosh minimum version to 2.7.1 to get py3 support Fix: - kallithea/tests/functional/test_search_indexing.py:111 TestSearchControllerIndexing.test_repository_tokenization[content-this_should_be_unique_content-1-group/*] File ".../lib/python3.7/site-packages/whoosh/reading.py", line 241, in expand_prefix if fn != fieldname or not text.startswith(prefix): TypeError: startswith first arg must be bytes or a tuple of bytes, not str
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 04 Jan 2020 01:05:55 +0100
parents 3a9b91e0adab
children 55b4e5cb4866
comparison
equal deleted inserted replaced
8135:3a9b91e0adab 8136:1d1f5598702d
51 "WebHelpers2 >= 2.0, < 2.1", 51 "WebHelpers2 >= 2.0, < 2.1",
52 "FormEncode >= 1.3.1, < 1.4", 52 "FormEncode >= 1.3.1, < 1.4",
53 "SQLAlchemy >= 1.1, < 1.4", 53 "SQLAlchemy >= 1.1, < 1.4",
54 "Mako >= 0.9.1, < 1.1", 54 "Mako >= 0.9.1, < 1.1",
55 "Pygments >= 2.2.0, < 2.5", 55 "Pygments >= 2.2.0, < 2.5",
56 "Whoosh >= 2.5.0, < 2.8", 56 "Whoosh >= 2.7.1, < 2.8",
57 "celery >= 3.1, < 4.0", # TODO: celery 4 doesn't work 57 "celery >= 3.1, < 4.0", # TODO: celery 4 doesn't work
58 "Babel >= 1.3, < 2.8", 58 "Babel >= 1.3, < 2.8",
59 "python-dateutil >= 2.1.0, < 2.9", 59 "python-dateutil >= 2.1.0, < 2.9",
60 "Markdown >= 2.2.1, < 3.2", 60 "Markdown >= 2.2.1, < 3.2",
61 "docutils >= 0.11, < 0.15", 61 "docutils >= 0.11, < 0.15",