Getting started on translations (#423)

This commit is contained in:
Maxime Beauchemin
2016-05-02 10:50:23 -07:00
parent ec7dbed800
commit 88c9516e20
18 changed files with 566 additions and 32 deletions

View File

@@ -16,8 +16,10 @@ setup(
scripts=['caravel/bin/caravel'],
install_requires=[
'alembic>=0.8.5, <0.9.0',
'babel==2.3.4',
'cryptography>=1.1.1, <2.0.0',
'flask-appbuilder>=1.6.0, <2.0.0',
'Flask-BabelPkg==0.9.6',
'flask-cache>=0.13.1, <0.14.0',
'flask-migrate>=1.5.1, <2.0.0',
'flask-script>=2.0.5, <3.0.0',