diff --git a/README.md b/README.md
index be1bcec9..d2d1e7a6 100644
--- a/README.md
+++ b/README.md
@@ -381,6 +381,16 @@ _General purpose web frameworks to build web applications and REST APIs._
conda install -c conda-forge responder
```
+quart (🥉25 · ⭐ 2.7K) - Quart is a Python ASGI web microframework with the same API as Flask. MIT
+ - [Github](https://github.com/pallets/quart) (👨💻 87 · 🔀 151 · 📦 ? · 📋 25 - 0% open · ⏱️ 19.05.2024):
+ ```
+ git clone https://github.com/pallets/quart
+ ```
+- [PyPi](https://pypi.org/project/Quart/) (📥 530k / month · 📦 ? · ⏱️ 19.05.2024):
+ ```
+ pip install quart
+ ```
+
masonite (🥉28 · ⭐ 2.2K) - The Modern And Developer Centric Python Web Framework. Be sure to read.. MIT
- [GitHub](https://github.com/MasoniteFramework/masonite) (👨💻 87 · 🔀 130 · 📦 520 · 📋 410 - 9% open · ⏱️ 04.04.2024):
@@ -479,7 +489,6 @@ _General purpose web frameworks to build web applications and REST APIs._
- pyramid (🥈35 · ⭐ 3.9K) - Pyramid - A Python web framework. ❗Unlicensed
- flask-restplus (🥉30 · ⭐ 2.7K · 💀) - Fully featured framework for fast, easy and.. BSD-3

- cornice (🥉27 · ⭐ 380) - Build Web Services with Pyramid. ❗Unlicensed

-- quart (🥉25 · ⭐ 2.7K · 💀) - Quart is a Python ASGI web microframework with the same API as Flask. MIT
- japronto (🥉24 · ⭐ 8.6K · 💀) - Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining.. MIT
- vibora (🥉22 · ⭐ 5.7K · 💀) - Fast, asynchronous and elegant Python web framework. MIT
- Growler (🥉15 · ⭐ 690 · 💀) - A micro web-framework using asyncio coroutines and chained.. Apache-2