Skip to content

Commit 49f104b

Browse files
authored
Remove unused libraries - flask-swagger, funcsigs (#13178)
1 parent 0ec4998 commit 49f104b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ RUN mkdir -pv ${AIRFLOW_HOME} && \
195195
mkdir -pv ${AIRFLOW_HOME}/logs
196196

197197
# Increase the value here to force reinstalling Apache Airflow pip dependencies
198-
ARG PIP_DEPENDENCIES_EPOCH_NUMBER="4"
198+
ARG PIP_DEPENDENCIES_EPOCH_NUMBER="5"
199199
ENV PIP_DEPENDENCIES_EPOCH_NUMBER=${PIP_DEPENDENCIES_EPOCH_NUMBER}
200200

201201
# Install BATS and its dependencies for "in container" tests

setup.cfg

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,7 @@ install_requires =
9999
flask-appbuilder~=3.1.1
100100
flask-caching>=1.5.0, <2.0.0
101101
flask-login>=0.3, <0.5
102-
flask-swagger==0.2.13
103102
flask-wtf>=0.14.3, <0.15
104-
funcsigs>=1.0.0, <2.0.0
105103
graphviz>=0.12
106104
gunicorn>=19.5.0, <20.0
107105
importlib_metadata~=1.7;python_version<"3.9" # We could work with 3.1, but argparse needs <2

0 commit comments

Comments
 (0)