Once deployed, If you need to make changes and install new requirements

# Make changes to the requirements.txt
$ pip3 install -r requirements.txt 		#Updates the file
$ git add .
$ git commit -m "New Message" 				# Push all the changes to git
$ git push heroku master							# push the changes to production