changeset 521:ea98d659fca7

dulwich: require 0.8.6 or greater
author David M. Carr <david@carrclan.us>
date Thu, 13 Sep 2012 18:43:05 -0400
parents c3aca18b4688
children ff05308e460c
files README.md setup.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README.md	Thu Sep 13 09:36:24 2012 -0500
+++ b/README.md	Thu Sep 13 18:43:05 2012 -0400
@@ -25,7 +25,7 @@
 binary dependencies, you do not need to have Git installed on your
 system.  The only dependencies are Mercurial and Dulwich.  The plugin
 is known to work on Hg versions 1.3 through 1.5 and requires at least
-Dulwich 0.6.0.
+Dulwich 0.8.6.
 
 Usage
 =====
--- a/setup.py	Thu Sep 13 09:36:24 2012 -0500
+++ b/setup.py	Thu Sep 13 18:43:05 2012 -0400
@@ -26,5 +26,5 @@
     license='GPLv2',
     packages=['hggit'],
     package_data={ 'hggit': ['help/git.rst'] },
-    install_requires=['dulwich>=0.8.0'] + extra_req,
+    install_requires=['dulwich>=0.8.6'] + extra_req,
 )