setup: require newer dulwich so we can always pass an opener to HttpGitClient

This commit is contained in:
Augie Fackler 2014-08-23 12:45:27 -04:00
parent f454e245e4
commit 13a5ad2a4d

View File

@ -27,5 +27,5 @@ project that is in Git. A bridger of worlds, this plugin be.
packages=['hggit'],
package_data={ 'hggit': ['help/git.rst'] },
include_package_data=True,
install_requires=['dulwich>=0.9.4'] + extra_req,
install_requires=['dulwich>=0.9.7'] + extra_req,
)