From f369881ec9f797e69a21bda8334ba5b7c01262f0 Mon Sep 17 00:00:00 2001
From: Vincent Texier <vit@free.fr>
Date: Sat, 12 Dec 2020 11:04:47 +0100
Subject: [PATCH] [enh] #140 update dependencies in README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6a171513..664aaded 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ This library is used by two clients:
 
 ## Requirements
 - Python >= 3.6.8
-- [aiohttp >= 3.6.3](https://pypi.org/project/aiohttp)
+- [websocket-client](https://pypi.org/project/websocket-client)
 - [jsonschema](https://pypi.org/project/jsonschema)
 - [pyPEG2](https://pypi.org/project/pyPEG2)
 - [attrs](https://pypi.org/project/attrs)
-- 
GitLab