Skip to content

Commit

Permalink
chore: add heroku deploy needs (anitab-org#640)
Browse files Browse the repository at this point in the history
* chore: pip installed gunicorn

* chore: add Heroku config file
  • Loading branch information
isabelcosta authored Jun 12, 2020
1 parent f4a85c0 commit 170a0bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn run:application
6 changes: 5 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
alembic==1.4.2
aniso8601==3.0.0
appdirs==1.4.3
APScheduler==3.5.1
Expand Down Expand Up @@ -28,16 +29,18 @@ entrypoints==0.3
Flask==1.0.2
Flask-JWT-Extended==3.10.0
Flask-Mail==0.9.1
Flask-Migrate==2.5.2
flask-restplus==0.11.0
Flask-SQLAlchemy==2.3.2
Flask-Testing==0.7.1
Flask-Migrate==2.5.2
future==0.16.0
gunicorn==20.0.4
idna==2.6
itsdangerous==0.24
Jinja2==2.10
jmespath==0.9.3
jsonschema==2.6.0
Mako==1.1.3
MarkupSafe==1.1.1
mccabe==0.6.1
paramiko==2.7.1
Expand All @@ -51,6 +54,7 @@ PyMySQL==0.9.2
PyNaCl==1.3.0
python-dateutil==2.7.3
python-dotenv==0.8.2
python-editor==1.0.4
pytz==2018.4
PyYAML==3.13
regex==2020.2.20
Expand Down

0 comments on commit 170a0bb

Please sign in to comment.