From a4d2592438969a79655fc482f0d2c7a2c58b04f3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Fri, 19 Feb 2016 16:01:39 -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 7d7674a1..b1bbfae5 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 ---------------- -- GitLab