Skip to content
Snippets Groups Projects
Commit 78ca06c4 authored by Augie Fackler's avatar Augie Fackler
Browse files

setup.py: correct dependency to 0.8.0

I incorrectly specified 0.8.1, which is the *next* release of dulwich,
not 0.8.0, which works just fine.
parent 9cdf881d
No related branches found
No related tags found
No related merge requests found
......@@ -19,5 +19,5 @@
keywords='hg git mercurial',
license='GPLv2',
packages=['hggit'],
install_requires=['dulwich>=0.8.1'],
install_requires=['dulwich>=0.8.0'],
)
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