data-pipelines-with-apache-airflow
data-pipelines-with-apache-airflow copied to clipboard
Update chapter08 requirements.txt
Fix Jinja2 version due to escape module was dropped in newer versions of Jinja.
Without it, I got the following error:
ImportError: cannot import name 'escape' from 'jinja2'
@BasPH @jrderuiter Could you please check this PR?
@Junyeopp This PR can be closed. We are working on a second edition and have fixed this in our separate fork which will be merged when the book is going to be published. Thx for noticing and taking the time to create this PR.