diff --git a/Readme.md b/Readme.md index 7d7674a1d88feb5379921b4de8dca93f752d814e..b1bbfae5e8d708dfeb32e7569ff213cb397bae53 100644 --- a/Readme.md +++ b/Readme.md @@ -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. -Some Python packages with obscure C dependencies (e.g scipy) are not yet supported. +Some Python packages with obscure C dependencies (e.g scipy) are not compatible. See it in Action ----------------