From 5b52deffd64c58f0d95f8e9d6e54b3353f7b599e Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Fri, 4 Jun 2021 22:24:46 +0530 Subject: added flask-admin --- Pipfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Pipfile') 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" -- cgit v1.2.3