From b4815933abd915fa2ebb1a7f2cffe4e30959fc30 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 10 Jul 2018 12:07:53 +0700 Subject: [PATCH] requirements.txt: Use coala-utils master Related to https://github.com/coala/meta/issues/123 --- .moban.yaml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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