# HG changeset patch # User Georges Racinet <georges.racinet@octobus.net> # Date 1602754389 -7200 # Thu Oct 15 11:33:09 2020 +0200 # Node ID 7210aded0244aedfb877fb4b708ca2b712ec56eb # Parent fd5edb7b17e634de6578ecbbffe44213a4bf6e71 requirements: bumped minimal version of py-heptapod HGitaly now uses some helpers that are not present in the latest released version of py-heptapod (known as `heptapod` as a Python project), hence we have to base our requirement on a pre-release distribution (which was just uploaded). diff --git a/install-requirements.txt b/install-requirements.txt --- a/install-requirements.txt +++ b/install-requirements.txt @@ -1,4 +1,5 @@ -heptapod +heptapod>=0.17.0dev0 protobuf grpcio>=1.32.0 futures; python_version == "2.7" +hg-loggingmod