From 80eea5665f84e820144874ede4c8a541bd8fd482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 21 Jan 2021 10:09:40 +0100 Subject: [PATCH] fix: Update minimal dependency for lief in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aa51347..61f31f4 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( 'RTFDE', 'extract_msg', 'oletools'], - extras_require={'fileobjects': ['python-magic', 'pydeep', 'lief>=0.10.1'], + extras_require={'fileobjects': ['python-magic', 'pydeep', 'lief>=0.11.0'], 'neo': ['py2neo'], 'openioc': ['beautifulsoup4'], 'virustotal': ['validators'],