Barebones Heroku app

This commit is contained in:
Eryn Wells 2017-09-30 08:11:17 -07:00
commit ca76c99b3d
5 changed files with 95 additions and 0 deletions

12
Pipfile Normal file
View file

@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
flask = "*"
[dev-packages]
[requires]
python_version = "3.6"