Skip to content
Snippets Groups Projects
Commit e95c26f2 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

setup: bump Dulwich requirement to 0.19.3

Dulwich 0.19.3, release in June 2018, added a few string contants.
While at it, adjust README to be more accurate
parent 9d0eb5ad
No related branches found
No related tags found
1 merge request!118style: use string constants for refs/ paths
......@@ -27,8 +27,14 @@
This plugin is implemented entirely in Python — there are no Git
binary dependencies, and you do not need to have Git installed on your
system. The only dependencies are Mercurial 4.4 or later and a
relatively recent Dulwich.
system. The only dependencies are:
* Mercurial 5.2
* Dulwich 0.19.3
* Python 3.6
Please note that these are the earliest versions known to work; later
versions generally work better.
Installing
==========
......
......@@ -37,6 +37,6 @@
zip_safe=True,
python_requires='>=3.6',
install_requires=[
'dulwich>=0.19.0',
'dulwich>=0.19.3',
],
)
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