Commit 462fe074 authored by Kenneth Reitz's avatar Kenneth Reitz

Update Readme.md

parent 70bfc5ea
...@@ -5,7 +5,7 @@ This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/bui ...@@ -5,7 +5,7 @@ This is the official [Heroku buildpack](http://devcenter.heroku.com/articles/bui
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. 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.
Some Python packages with obscure C dependencies (e.g. scipy) are not compatible. Some Python packages with obscure C dependencies (e.g. scipy) are [not compatible](https://devcenter.heroku.com/articles/python-c-deps).
See it in Action See it in Action
---------------- ----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment