From fd13d5ba1db78be79086bb9b45fa65536222a70d Mon Sep 17 00:00:00 2001 From: smoia Date: Mon, 20 May 2024 09:01:10 +0200 Subject: [PATCH] Add security install in setup --- setup.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.cfg b/setup.cfg index b147e0e..f331c23 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,6 +29,8 @@ install_requires = nibabel scipy peakdet >=0.3.0 + pillow >=10.3.0 + fonttools >=4.43.0 tests_require = pytest >=3.6 test_suite = pytest