No badges yet
No accepted solutions yet
FastAPI deployment failure: Could not parse requirements.txt on Vercel
Thank you for your contribution. It still didn't work as somehow Vercel or Github deemed my requirements.txt as empty file (?) So, I decided to add in pyproject.toml file and added...
FastAPI deployment failure: Could not parse requirements.txt on Vercel
## Problem I am trying to deploy my `FastAPI` project (Python) to Vercel via GitHub, however I am getting this error: > **Error: could not parse requirements.txt: Failed to parse...