Created
August 2, 2018 19:32
-
-
Save allanaguilar/e77daeec71fe44cc4f71e5f591856ab0 to your computer and use it in GitHub Desktop.
Heroku requirements for Flask
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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