From 13bf5da513aa56912c0f07c27188cb62256ecd39 Mon Sep 17 00:00:00 2001
From: Moul <moul@moul.re>
Date: Thu, 22 Oct 2020 18:07:41 +0200
Subject: [PATCH] [doc] Readme: Update dependencies list

---
 README.md | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 953c779c..6a171513 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,13 @@ This library is used by two clients:
 
 ## Requirements
 - Python >= 3.6.8
-- [aiohttp >= 3.6.1](https://pypi.org/pypi/aiohttp)
-- [libnacl](https://pypi.org/pypi/libnacl)
-- [base58](https://pypi.org/pypi/base58)
-- [attr](https://pypi.org/project/attr/)
+- [aiohttp >= 3.6.3](https://pypi.org/project/aiohttp)
+- [jsonschema](https://pypi.org/project/jsonschema)
+- [pyPEG2](https://pypi.org/project/pyPEG2)
+- [attrs](https://pypi.org/project/attrs)
+- [base58](https://pypi.org/project/base58)
+- [libnacl](https://pypi.org/project/libnacl)
+- [pyaes](https://pypi.org/project/pyaes)
 
 ## Installation
 You can install DuniterPy and its dependencies with the following command:
-- 
GitLab