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 /requirements.txt | |
parent | 7ecfc4bafc75a125c73e03bd630f065d9e4ed40c (diff) |
added flask-admin
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 62a13dc..3039739 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,13 @@ +# +# These requirements were autogenerated by pipenv +# To regenerate from the project's Pipfile, run: +# +# pipenv lock --requirements --dev +# + +# Note: in pipenv 2020.x, "--dev" changed to emit both default and development +# requirements. To emit only development requirements, pass "--dev-only". + -i https://pypi.org/simple attrs==21.2.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' bcrypt==3.2.0; python_version >= '3.6' @@ -8,6 +18,7 @@ click==8.0.1; python_version >= '3.6' coverage[toml]==5.5; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' dnspython==2.1.0; python_version >= '3.6' email-validator==1.1.2 +flask-admin==1.5.8 flask-bcrypt==0.7.1 flask-login==0.5.0 flask-sqlalchemy==2.5.1 |