From 6952a2e728fc08a5f82f521684369f4d2f7cd46d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Fri, 19 Feb 2016 15:59:06 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 691882bd..d9fb639f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # Heroku Buildpack: Python  -This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Python apps, powered by [pip](http://www.pip-installer.org/), and other excellent software. +This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/buildpacks) for Python applications, powered by [pip](http://www.pip-installer.org/) and other excellent software. Recommended web frameworks include **Django** and **Flask**. The recommended webserver is **Gunicorn**. There are no restrictions around what software can be used (as long as it's pip-installable). Web processes must bind to `$PORT`, and only the HTTP protocol is permitted for incoming connections. -- GitLab