kubernetes-hello-world-python-flask icon indicating copy to clipboard operation
kubernetes-hello-world-python-flask copied to clipboard

Outdated flask causing library installation issues

Open catmasteryip opened this issue 2 years ago • 0 comments

In the requirements.txt, flask 1 is used but it is incompatible with other libraries (the escape library can longer be imported from jinja2). It is recommended to change to flask 2.1.0, the make all command would fine.

catmasteryip avatar Jul 03 '22 12:07 catmasteryip