From e6c30589581152613046fda82616b2c67f6286d6 Mon Sep 17 00:00:00 2001
From: Navan Chauhan <navanchauhan@gmail.com>
Date: Fri, 4 Jun 2021 02:13:08 +0530
Subject: removed script to generate requirements.txt

---
 Pipfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Pipfile b/Pipfile
index af1c54e..29fcf0c 100644
--- a/Pipfile
+++ b/Pipfile
@@ -20,5 +20,4 @@ python_version = "3.8"
 
 [scripts]
 tests = "python -m pytest"
-tests-codecov = "python -m pytest --cov=./ --cov-report=xml"
-make_requirements.txt = "pipenv lock --dev -r > requirements.txt"
\ No newline at end of file
+tests-codecov = "python -m pytest --cov=./ --cov-report=xml"
\ No newline at end of file
-- 
cgit v1.2.3