additional_requirements.txt 187 B

12345
  1. # add these requirements in your app on top of the existing ones
  2. pip==21.1
  3. Flask==2.3.2
  4. gunicorn==19.10.0
  5. werkzeug>=2.2.3 # not directly required, pinned by Snyk to avoid a vulnerability