From 51f44b2effb022fdd20541ccd3fde730bc3c5b6b Mon Sep 17 00:00:00 2001 From: Jonas Haag <jonas@lophus.org> Date: Sat, 3 May 2014 20:37:56 +0200 Subject: [PATCH] Require Dulwich >= 0.9.6. Fixes #81 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d84cab3..87797a7 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def install_data_files_hack(): install_data_files_hack() -requires = ['flask', 'pygments', 'dulwich>=0.9.1', 'httpauth', 'humanize'] +requires = ['flask', 'pygments', 'dulwich>=0.9.6', 'httpauth', 'humanize'] try: import argparse # not available for Python 2.6 -- GitLab