From dc9e298455a4784219ff5bfbaa7a932063819fb8 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 5 Nov 2022 11:35:38 -0400 Subject: feat: Install requirements using setup --- commit.sh | 3 --- 1 file changed, 3 deletions(-) (limited to 'commit.sh') diff --git a/commit.sh b/commit.sh index 8818d46..9eac745 100755 --- a/commit.sh +++ b/commit.sh @@ -45,9 +45,6 @@ commands() { # Format code python3 -m black . - # Generate Requirements.txt - pipreqs ./ --ignore .venv - # Generate Maintainers List python3 scripts/maintainers.py } -- cgit v1.2.3