# HG changeset patch # User Marcin Kasperski # Date 2015-10-28 22:32:32 # Node ID b7253feb0d277f1148f2f85b15ebb949d87083c0 # Parent 8e0d877ea856d2f32ef7cc5f38b89093747c7787 upgrading meu dependency to enforce windows working diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -36,7 +36,7 @@ setup( ], install_requires=[ 'keyring>=0.3', - 'mercurial_extension_utils>=0.10.0', + 'mercurial_extension_utils>=1.0.0', ], zip_safe=True, )