diff --git a/README.rst b/README.rst index 9d0eb5ad087c5d24c1a057964df371671b599399_UkVBRE1FLnJzdA==..e95c26f2a2a363374b213c60033c88b0b1f061b4_UkVBRE1FLnJzdA== 100644 --- a/README.rst +++ b/README.rst @@ -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 ========== diff --git a/setup.py b/setup.py index 9d0eb5ad087c5d24c1a057964df371671b599399_c2V0dXAucHk=..e95c26f2a2a363374b213c60033c88b0b1f061b4_c2V0dXAucHk= 100644 --- a/setup.py +++ b/setup.py @@ -37,6 +37,6 @@ zip_safe=True, python_requires='>=3.6', install_requires=[ - 'dulwich>=0.19.0', + 'dulwich>=0.19.3', ], )