ashb commented on a change in pull request #12514:
URL: https://github.com/apache/airflow/pull/12514#discussion_r527835775
##########
File path: setup.py
##########
@@ -611,6 +611,7 @@ def write_version(filename=os.path.join(*[my_dir,
"airflow", "git_version"])):
'markdown>=2.5.2, <3.0',
'marshmallow-sqlalchemy>=0.16.1, <0.24.0;python_version>="3.6"',
'marshmallow-sqlalchemy>=0.16.1, <0.19.0;python_version<"3.6"',
+ 'packaging',
Review comment:
This will be removed later when the upgrade-check gets it's own list of
deps.
----------------------------------------------------------------
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]