Skip to content

Commit

Permalink
[AIRFLOW-1896] FIX bleach <> html5lib incompatibility
Browse files Browse the repository at this point in the history
Running airflow with bleach 2.0.0 can cause:
`ImportError: No module named base`
mozilla/bleach#267

This was resolved in https://github.com/mozilla/bl
each/releases/tag/v2.1.2

Closes apache#2858 from kamilchm/patch-1

(cherry picked from commit 2dbd81f)
Signed-off-by: Bolke de Bruin <[email protected]>
  • Loading branch information
kamilchm authored and bolkedebruin committed Dec 9, 2017
1 parent 5b25b06 commit 46dca05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def do_setup():
scripts=['airflow/bin/airflow'],
install_requires=[
'alembic>=0.8.3, <0.9',
'bleach==2.0.0',
'bleach==2.1.2',
'configparser>=3.5.0, <3.6.0',
'croniter>=0.3.17, <0.4',
'dill>=0.2.2, <0.3',
Expand Down

0 comments on commit 46dca05

Please sign in to comment.