Skip to content

Add gunicorn dependency to requirements#2

Open
railway-app[bot] wants to merge 1 commit into
mainfrom
railway/code-change-ECJMn5
Open

Add gunicorn dependency to requirements#2
railway-app[bot] wants to merge 1 commit into
mainfrom
railway/code-change-ECJMn5

Conversation

@railway-app
Copy link
Copy Markdown

@railway-app railway-app Bot commented Mar 21, 2026

Problem

Deployment fails with "gunicorn: command not found" because gunicorn is not listed in requirements.txt, so it is never installed during the build. The service start command gunicorn interactive_web_app:app cannot execute.

Solution

Added gunicorn>=21.0.0 to the "Web application" section of requirements.txt, directly after flask-cors>=4.0.0. This ensures gunicorn is installed during the build so the start command succeeds.

Changes

  • Modified requirements.txt

Generated by Railway

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants