# HG changeset patch
# User Maciej Fijalkowski <fijall@gmail.com>
# Date 1328868620 -7200
#      Fri Feb 10 12:10:20 2012 +0200
# Branch extradoc
# Node ID bd50ca0262e2f84c5ff1467dc170e0f8427543b4
# Parent  f176c6f50ec606786606e4a9d9afd6d39b57e0a4
thanks phreach, update this a bit

diff --git a/compat.html b/compat.html
--- a/compat.html
+++ b/compat.html
@@ -67,7 +67,9 @@
 <p>Python libraries known to work under PyPy (the list is not exhaustive):</p>
 <ul class="simple">
 <li>ctypes</li>
-<li>django (without any DB but sqlite)</li>
+<li>django</li>
+<li>sqlalchemy</li>
+<li>flask</li>
 <li>twisted (without ssl support)</li>
 <li>pylons</li>
 <li>divmod's nevow</li>
diff --git a/source/compat.txt b/source/compat.txt
--- a/source/compat.txt
+++ b/source/compat.txt
@@ -32,7 +32,11 @@
 
 * ctypes
 
-* django (without any DB but sqlite)
+* django
+
+* sqlalchemy
+
+* flask
 
 * twisted (without ssl support)