From cb345a266a90fec2cd3c5b3c8a8774be60063023 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 ee70dff5..8b4a07b6 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ It is currently used by following programs:
 
 ## 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