diff --git a/README.md b/README.md
index e1b7ed06c897b36fe7f300b96386df44a8add6df..f3d89a70cdf7d28b8554891bee3335e718fa0e9f 100644
--- a/README.md
+++ b/README.md
@@ -375,6 +375,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
 * [urllib3](https://github.com/shazow/urllib3) - A HTTP library with thread-safe connection pooling, file post support, sanity friendly.
 * [httplib2](https://github.com/jcgregorio/httplib2) - Comprehensive HTTP client library.
 * [treq](https://github.com/dreid/treq) - Python requests like API built on top of Twisted's HTTP client.
+* [aiohttp](https://github.com/KeepSafe/aiohttp) - HTTP client/server for asyncio (PEP 3156).
 
 ## Database