Skip to content
Snippets Groups Projects
Commit ea98d659 authored by David M. Carr's avatar David M. Carr
Browse files

dulwich: require 0.8.6 or greater

parent c3aca18b
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
binary dependencies, you do not need to have Git installed on your binary dependencies, you do not need to have Git installed on your
system. The only dependencies are Mercurial and Dulwich. The plugin 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 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 Usage
===== =====
......
...@@ -26,5 +26,5 @@ ...@@ -26,5 +26,5 @@
license='GPLv2', license='GPLv2',
packages=['hggit'], packages=['hggit'],
package_data={ 'hggit': ['help/git.rst'] }, package_data={ 'hggit': ['help/git.rst'] },
install_requires=['dulwich>=0.8.0'] + extra_req, install_requires=['dulwich>=0.8.6'] + extra_req,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment