aboutsummaryrefslogtreecommitdiff
path: root/commit.sh
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-11-05 11:35:38 -0400
committerBobby <[email protected]>2022-11-05 11:35:38 -0400
commitdc9e298455a4784219ff5bfbaa7a932063819fb8 (patch)
tree92ef639759a1ca7783652599245deda9912dab76 /commit.sh
parent0de002263f6f9f105ec08303ce814d7c13e763e7 (diff)
downloadtexty-dc9e298455a4784219ff5bfbaa7a932063819fb8.tar.xz
texty-dc9e298455a4784219ff5bfbaa7a932063819fb8.zip
feat: Install requirements using setup
Diffstat (limited to 'commit.sh')
-rwxr-xr-xcommit.sh3
1 files changed, 0 insertions, 3 deletions
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
}