[AIRFLOW-340] Remove unused dependency on Babel

Closes #1668 from kdeldycke/remove-unused-babel-deps
This commit is contained in:
Kevin Deldycke 2016-07-21 10:40:51 -07:00 коммит произвёл Dan Davydov
Родитель 868efc7a00
Коммит 00a591f7bf
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -177,7 +177,6 @@ def do_setup():
scripts=['airflow/bin/airflow'],
install_requires=[
'alembic>=0.8.3, <0.9',
'babel>=1.3, <2.0',
'croniter>=0.3.8, <0.4',
'dill>=0.2.2, <0.3',
'flask>=0.10.1, <0.11',