requirements.txt 209 B

123
  1. # To ensure app dependencies are ported from your virtual environment/host machine into your container, run 'pip freeze > requirements.txt' in the terminal to overwrite this file
  2. flask==3.0.0
  3. gunicorn==20.1.0