ashb commented on a change in pull request #6604: [AIRFLOW-5920] Neo4j operator
and hook
URL: https://github.com/apache/airflow/pull/6604#discussion_r360323063
##########
File path: setup.py
##########
@@ -279,6 +279,10 @@ def write_version(filename: str =
os.path.join(*["airflow", "git_version"])):
mysql = [
'mysqlclient>=1.3.6,<1.4',
]
+neo4j = [
+ 'neo4j>=1.7.5',
+ 'neobolt>=1.7.15'
Review comment:
What's this required for? Is it not a dependency of neo4j module?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services