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

Remove redundant note on HTTP Provider #17595

Merged
merged 1 commit into from
Aug 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,14 +340,6 @@ def write_version(filename: str = os.path.join(*[my_dir, "airflow", "git_version
'requests>=2.26.0',
]
http_provider = [
# NOTE ! The HTTP provider is NOT preinstalled by default when Airflow is installed - because it
# depends on `requests` library and until `chardet` is mandatory dependency of `requests`
# See https://github.com/psf/requests/pull/5797
# This means that providers that depend on Http and cannot work without it, have to have
# explicit dependency on `apache-airflow-providers-http` which needs to be pulled in for them.
# Other cross-provider-dependencies are optional (usually cross-provider dependencies only enable
# some features of providers and majority of those providers works). They result with an extra,
# not with the `install-requires` dependency.
'apache-airflow-providers-http',
]
jdbc = [
Expand Down