# 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 {{#if (eq platform 'Python: Django')}} django==4.0 {{/if}} {{#if (eq platform 'Python: FastAPI')}} fastapi[all]==0.70.1 uvicorn[standard]==0.15.0 {{/if}} {{#if (eq platform 'Python: Flask')}} flask==2.0.2 {{/if}} {{#unless (eq platform 'Python: General')}} gunicorn==20.1.0 {{/unless}}