diff --git a/.moban.yaml b/.moban.yaml index e307d977ee..e8cab6545f 100644 --- a/.moban.yaml +++ b/.moban.yaml @@ -29,7 +29,7 @@ dependencies: - appdirs~=1.4 - cached_property~=1.4.3 - cli_helpers~=1.0.2 - - coala_utils~=0.7.0 + - git+https://gitlab.com/coala/coala-utils#egg=coala_utils - colorlog>=2.7,<4.0 - dependency_management~=0.4.0 - packaging>=16.8 diff --git a/requirements.txt b/requirements.txt index 0abd980a55..b7d2f25862 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ appdirs~=1.4 cached_property~=1.4.3 cli_helpers~=1.0.2 -coala_utils~=0.7.0 +git+https://gitlab.com/coala/coala-utils#egg=coala_utils colorlog>=2.7,<4.0 dependency_management~=0.4.0 packaging>=16.8