Deployment with Render

Hi! I wrote my model in Google Colab and have a pkl of my fine-tuned model. I have the code for the deployment on Github, but am having a lot of trouble deploying with Render. Everytime I debug something, another thing pops up. Does anyone have an updated requirements.txt?

Current bug:
#8 27.59 ERROR: Could not find a version that satisfies the requirement uvicorn==-0.11.7
Apr 19 11:34:19 PM #8 27.59 ERROR: No matching distribution found for uvicorn==-0.11.7
Apr 19 11:34:19 PM #8 ERROR: executor failed running [/bin/sh -c pip install --upgrade -r requirements.txt]: buildkit-runc did not terminate successfully

This is how my requirements.text currently looks:
aiofiles==0.4.0
aiohttp==3.5.4
asyncio==3.4.3
-f https://download.pytorch.org/whl/torch_stable.html
torch==1.6.0+cpu
-f https://download.pytorch.org/whl/torch_stable.html
torchvision==0.7.0+cpu
fastbook==0.0.12
fastai==2.0.11
numpy==1.16.4
starlette==0.12.0
python-multipart==0.0.5
uvicorn==-0.11.7