Heroku deployment failed: App size exceeds 1GB

Hey guys. I tried to deploy my app on Heroku platform, but after doing $git push heroku master, it showed an error that my file size exceeded 1GB. I found out that it is mainly because my venv folder size is over 700MB. Does anyone have an idea about how to solve this issue?