Remove base requirement of openmetadata-ingestion[airflow-container] from openmetadata-managed-apis (#7315)

This commit is contained in:
Onkar Ravgan 2022-09-08 23:41:27 +05:30 committed by GitHub
parent 3c1c93c842
commit 422940b2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,7 +49,6 @@ def get_long_description():
base_requirements = {
"openmetadata-ingestion[airflow-container]~=0.11",
"pendulum~=2.1.2",
"apache-airflow>=2.2.2",
"Flask>=1.1.4",