Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes unnecessary packages from setup_requires #16139

Merged

Commits on May 28, 2021

  1. Removes unnecessary packages from setup_requires

    This change removes unnecessary dependencies from setup_requires:
    
    * docutils are not needed in setup requires and actually
      having them here caused harmful upgrade even if docutils
      are limited to <0.17 elsewhere
    * setup_tools should not be needed in setup_requires (by
      the time setup_requires are parsed, they should be already
      installed
    * bowler is not needed any more in setup.py (we got rid of it
      when we got rid of backport packages.
    
    Also docutils<0.17 limitation is moved to install_requires
    because docutils was already a transitive dependency of
    airflow without extras and it could be upgraded even if there
    is a limitation in extra.
    potiuk committed May 28, 2021
    Copy the full SHA
    96ef5fc View commit details
    Browse the repository at this point in the history