aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 29fcf0c..af1c54e 100644
--- a/Pipfile
+++ b/Pipfile
@@ -20,4 +20,5 @@ python_version = "3.8"
[scripts]
tests = "python -m pytest"
-tests-codecov = "python -m pytest --cov=./ --cov-report=xml" \ No newline at end of file
+tests-codecov = "python -m pytest --cov=./ --cov-report=xml"
+make_requirements.txt = "pipenv lock --dev -r > requirements.txt" \ No newline at end of file