potiuk commented on PR #52581:
URL: https://github.com/apache/airflow/pull/52581#issuecomment-3022301199
One other thing - I think once we do that, we can get rid of those
dependencies from `airflow-core/pyproject.toml`:
```python
# We could get rid of flask and gunicorn if we replace serve_logs with a
starlette + unicorn
"flask>=2.1.1",
# We could get rid of flask and gunicorn if we replace serve_logs with a
starlette + unicorn
"gunicorn>=20.1.0",
```
--
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]