From 6817310d76405ae094f33c9857708ed908c8dfba Mon Sep 17 00:00:00 2001 From: Tamas Gal <himself@tamasgal.com> Date: Tue, 22 Mar 2022 19:25:04 +0100 Subject: [PATCH] Remove obsolete dependencies installation --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3e13608..accc267 100644 --- a/Makefile +++ b/Makefile @@ -35,9 +35,6 @@ docstyle: lint: py.test --pylint -dependencies: - pip install -Ur requirements.txt - .PHONY: black black: black --exclude '/_definitions/|version.py' src/km3io @@ -55,4 +52,4 @@ black-check: black --check setup.py -.PHONY: all clean install install-dev test test-nocov flake8 pep8 dependencies docstyle black black-check +.PHONY: all clean install install-dev test test-nocov flake8 pep8 docstyle black black-check -- GitLab