diff options
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,10 +14,11 @@ flask-wtf = "*" email-validator = "*" flask-bcrypt = "*" flask-login = "*" +flask-admin = "*" [requires] 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" |