diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 02:13:08 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 02:13:08 +0530 |
commit | e6c30589581152613046fda82616b2c67f6286d6 (patch) | |
tree | 89f536cc65dd3f1bf0119519b9a6967d50d8e67b | |
parent | fd23020357533616b074703257c23529f417d3b8 (diff) |
removed script to generate requirements.txt
-rw-r--r-- | Pipfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |