Mike Wallis created AIRFLOW-4901:
------------------------------------
Summary: Jinja2 dependency resolution
Key: AIRFLOW-4901
URL: https://issues.apache.org/jira/browse/AIRFLOW-4901
Project: Apache Airflow
Issue Type: Bug
Components: dependencies
Affects Versions: 1.10.3
Environment: MacOS / Linux
Reporter: Mike Wallis
We're using pipenv for dependency management and the current version of
apache-airflow has internal dependency issues with Jinja2 so we cannot create a
lockfile.
The error message that we get is below.
Could not find a version that matches
jinja2<=2.10.0,==2.10,>=2.10,>=2.10.1,>=2.5,>=2.7.3
This is an example Pipfile with just apache-airflow
{code:java}
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
apache-airflow = "==1.10.3"
[requires]
python_version = "3.7"
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)