diff --git a/compat.html b/compat.html index f176c6f50ec606786606e4a9d9afd6d39b57e0a4_Y29tcGF0Lmh0bWw=..bd50ca0262e2f84c5ff1467dc170e0f8427543b4_Y29tcGF0Lmh0bWw= 100644 --- 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 index f176c6f50ec606786606e4a9d9afd6d39b57e0a4_c291cmNlL2NvbXBhdC50eHQ=..bd50ca0262e2f84c5ff1467dc170e0f8427543b4_c291cmNlL2NvbXBhdC50eHQ= 100644 --- 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)