Add Flask-Babel to Pipfile

This commit is contained in:
2018-06-29 13:07:44 +02:00
parent b68788f65c
commit e7f891d648
2 changed files with 13 additions and 4 deletions

View File

@@ -11,6 +11,7 @@ python-dotenv = "*"
flask-security = "*"
sqlalchemy-utils = "*"
bcrypt = "*"
flask-babel = "*"
[dev-packages]