Hi @RoughTiime,
It looks like there are a lot more packages in your requirements file than you’re actually using in your app – I’d recommend going through your Python file and narrowing down which packages are actually being used and then editing your requirements file to only include those packages. I’d also recommend changing the name of the file to requirements.txt
(rather than Requirements.txt
– I’m not 100% sure if it’s case-sensitive but that might factor in).