ashb commented on a change in pull request #12694:
URL: https://github.com/apache/airflow/pull/12694#discussion_r532198367
##########
File path: setup.cfg
##########
@@ -100,6 +100,7 @@ install_requires =
funcsigs>=1.0.0, <2.0.0
graphviz>=0.12
gunicorn>=19.5.0, <20.0
+ importlib_metadata~=1.7 # We could work with 3.1, but argparse needs <2
Review comment:
Whops, yes I did mean argcomplete. Though I also found virtualenv (dep
of pylint) was also pinning this, so it may not help us yet.
This line in the readme https://github.com/python/importlib_metadata/ :
> As of Python 3.8, this functionality has been added to the Python standard
library. This package supplies backports of that functionality including
improvements added to subsequent Python versions
Makes me wonder if/when we should continue to use it anyway on Py 3.8?
----------------------------------------------------------------
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]