aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 29fcf0c..8c3df3c 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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"