From a66cb54ac8256ede9a50761b65993c02910cfe44 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 22 Jul 2018 10:39:24 +0700 Subject: [PATCH] requirements.txt: Add versions to VCS egg names setuptools can verify that an appropriate version was installed from the VCS, when the VCS link provides a version in the egg name. Related to https://github.com/coala/meta/issues/123 --- .moban.yaml | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.moban.yaml b/.moban.yaml index 3aaed95982..9b45bc26f5 100644 --- a/.moban.yaml +++ b/.moban.yaml @@ -29,9 +29,9 @@ dependencies: - appdirs~=1.4 - cached_property~=1.4.3 - cli_helpers~=1.0.2 - - git+https://gitlab.com/coala/coala-utils#egg=coala_utils + - git+https://gitlab.com/coala/coala-utils#egg=coala-utils-0.7.0 - colorlog>=2.7,<4.0 - - git+https://gitlab.com/jayvdb/package_manager#egg=dependency_management + - git+https://gitlab.com/jayvdb/package_manager#egg=dependency-management-0.5.0.dev0 - packaging>=16.8 - Pygments~=2.1 - PyPrint~=0.2.6 diff --git a/requirements.txt b/requirements.txt index 7cd971c401..3b1e607994 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,9 @@ appdirs~=1.4 cached_property~=1.4.3 cli_helpers~=1.0.2 -git+https://gitlab.com/coala/coala-utils#egg=coala_utils +git+https://gitlab.com/coala/coala-utils#egg=coala-utils-0.7.0 colorlog>=2.7,<4.0 -git+https://gitlab.com/jayvdb/package_manager#egg=dependency_management +git+https://gitlab.com/jayvdb/package_manager#egg=dependency-management-0.5.0.dev0 packaging>=16.8 Pygments~=2.1 PyPrint~=0.2.6