diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 02:11:14 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 02:11:14 +0530 |
commit | fd23020357533616b074703257c23529f417d3b8 (patch) | |
tree | d2bb1e8d160918936fc45852590b1499cebb131b /Pipfile | |
parent | 376ffc9a0702359a53aa4b295535443ab3c03283 (diff) |
added script to generate requirements.txt
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |