Skip to content

Instantly share code, notes, and snippets.

@allanaguilar
Created August 2, 2018 19:32
Show Gist options
  • Save allanaguilar/e77daeec71fe44cc4f71e5f591856ab0 to your computer and use it in GitHub Desktop.
Save allanaguilar/e77daeec71fe44cc4f71e5f591856ab0 to your computer and use it in GitHub Desktop.
Heroku requirements for Flask
[packages]
flask = "*"
flask-sqlalchemy = "*"
"psycopg2" = "*"
gunicorn = "*"
[requires]
python_version = "2.7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment