From 26eb7923ebae6e0396077856c3316ebc57575319 Mon Sep 17 00:00:00 2001 From: Vincent Texier <vit@free.fr> Date: Mon, 18 Jan 2021 11:05:37 +0100 Subject: [PATCH] [enh] update duniterpy to fix libnacl 1.7.2 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e2005a03..b1745b30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ pypeg2 aiohttp==3.6.2 async-timeout==3.0.1 attrs==19.3.0 -duniterpy==0.57.* +duniterpy==0.58.1 jsonschema==3.2.0 networkx==2.4 PyQt5==5.9.2 PyYAML==5.3 -Quamash==0.6.1 \ No newline at end of file +Quamash==0.6.1 -- GitLab