From c08410dd9625b8937d97ecd88daf83a8f3fe9a26 Mon Sep 17 00:00:00 2001
From: thomaswoehlke <thomas.woehlke@gmail.com>
Date: Sun, 2 May 2021 18:38:12 +0200
Subject: [PATCH] working on: 0.0.32 Release

---
 Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 76630aa8..a2702473 100644
--- a/Makefile
+++ b/Makefile
@@ -57,10 +57,10 @@ get_python_requirements_from_txt:
 
 setup_pip_install:
 	@echo "pip_install"
-	pip install -r requirements/build.in
-	pip install -r requirements/docs.in
-	pip install -r requirements/tests.in
-	pip install -r requirements/dev.in
+	pip install -r requirements/build.txt
+	pip install -r requirements/docs.txt
+	pip install -r requirements/tests.txt
+	pip install -r requirements/dev.txt
 	pip check
 
 love:
-- 
GitLab