aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-04 22:24:46 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-04 22:24:46 +0530
commit5b52deffd64c58f0d95f8e9d6e54b3353f7b599e (patch)
tree8c0220c26edea348bf9d9cb28f7be05a9a30d16d /Pipfile
parent7ecfc4bafc75a125c73e03bd630f065d9e4ed40c (diff)
added flask-admin
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"