diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 22:24:46 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-04 22:24:46 +0530 |
commit | 5b52deffd64c58f0d95f8e9d6e54b3353f7b599e (patch) | |
tree | 8c0220c26edea348bf9d9cb28f7be05a9a30d16d /Pipfile | |
parent | 7ecfc4bafc75a125c73e03bd630f065d9e4ed40c (diff) |
added flask-admin
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" |