Stuck on Cloudflare Fastapi Deployment
I tried to deploy a fastapi application and it cannot find the requirements. Although I did add this in the wranglers.json file :
[build]
command = "pip install -r requirements.txt"
[build]
command = "pip install -r requirements.txt"
