File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff 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 "
199199ENV PIP_DEPENDENCIES_EPOCH_NUMBER=${PIP_DEPENDENCIES_EPOCH_NUMBER}
200200
201201# Install BATS and its dependencies for "in container" tests
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments