From 8306f842363d02373ce8dcf65ce02c5a5b193491 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Fri, 19 Feb 2016 16:01:10 -0500
Subject: [PATCH] Update Readme.md

---
 Readme.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Readme.md b/Readme.md
index d9fb639f..7d7674a1 100644
--- a/Readme.md
+++ b/Readme.md
@@ -5,6 +5,8 @@ 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. 
+
 See it in Action
 ----------------
 
-- 
GitLab