[
https://issues.apache.org/jira/browse/AIRFLOW-5021?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16891805#comment-16891805
]
ASF subversion and git services commented on AIRFLOW-5021:
----------------------------------------------------------
Commit 32847180b68def10422649725ce0c714119d9305 in airflow's branch
refs/heads/master from Qingping Hou
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=3284718 ]
[AIRFLOW-5021] move gitpython into setup_requires (#5640)
Since this dependency is only used in setup.py
> gitpyhon should not be included as runtime dependency
> -----------------------------------------------------
>
> Key: AIRFLOW-5021
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5021
> Project: Apache Airflow
> Issue Type: Improvement
> Components: build
> Affects Versions: 2.0.0
> Reporter: QP Hou
> Assignee: QP Hou
> Priority: Minor
> Fix For: 2.0.0
>
>
> gitpython is included as `install_requires` but is only used in setup.py.
> It's better to move it to `setup_requires` so we can reduce package size.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)