Skip to content

Commit

Permalink
Add gunicorn dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jobinrjohnson committed Apr 30, 2019
1 parent 63b33b2 commit 9531cc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
build/
.project
temp/
main.pyc

# Eclipse IDE
# ==============================
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ name = "pypi"

[packages]
flask = "*"
gunicorn = "*"

[dev-packages]

Expand Down

0 comments on commit 9531cc6

Please sign in to comment.