From 88107ff04c24c2c6a9c7ab2b1c7526be92dd5149 Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Tue, 7 Jan 2020 16:48:09 +0100 Subject: [PATCH] [fix] fix attrs install in requirements.txt remove wrong attr package (causing conflict with attrs package in Sakia) --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 91829112..81583a9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -aiohttp >= 3.3.2 -pylibscrypt >= 1.7.1 -libnacl >= 1.6.1 -base58 >= 1.0.0 -jsonschema >= 2.6.0 -pypeg2 >= 2.15.2 -attr >= 0.3.1 -pyaes >= 1.6.1 \ No newline at end of file +aiohttp>=3.3.2 +pylibscrypt>=1.7.1 +libnacl>=1.6.1 +base58>=1.0.0 +jsonschema>=2.6.0 +pypeg2>=2.15.2 +attrs==19.3.0 +pyaes>=1.6.1 -- GitLab