baryluk opened a new issue #17024:
URL: https://github.com/apache/airflow/issues/17024
**Apache Airflow version**: 2.1.1
**Kubernetes version (if you are using kubernetes)** (use `kubectl
version`): n/a
**Environment**:
- **Install tools**: `virtualenv`, `pip`
- Python 3.9.5 (.final.0) in venv.
- virtualenv 20.4.0
- pip 21.0.1
**What happened**:
```
(venv) ~/airflow-testing/airflow$ pip install 'apache-airflow[postgres]'
(venv) ~/airflow-testing/airflow$ pip install 'apache-airflow[postgres]'
Requirement already satisfied: apache-airflow[postgres] in
/home/witek/airflow-testing/venv/lib/python3.9/site-packages (2.1.1)
...
Collecting apache-airflow-providers-imap
Using cached apache_airflow_providers_imap-2.0.0-py3-none-any.whl (15 kB)
...
Installing collected packages: apache-airflow-providers-imap
Successfully installed apache-airflow-providers-imap-2.0.0
```
Removing manually `apache-airflow-providers-imap` works, but then executing
`pip install 'apache-airflow[postgres]'` again reinstall is.
**What you expected to happen**:
Not explicitly specified (or hard dependency) providers should be installed.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]