cal-itp / calitp-py

Tools for accessing and analyzing cal-itp data
https://docs.calitp.org/calitp-py
GNU General Public License v3.0
1 stars 0 forks source link

Adjust Python version so we can use this in the Airflow image! #66

Closed atvaccaro closed 2 years ago

atvaccaro commented 2 years ago

Unfortunately we're still on python 3.8 for our Airflow/Composer images, so we have to handle that.

This PR also pins an older version of jinja to avoid the markupsafe import issue.