From a378f118df0f6348ac88d5f200fb858c4e8d3478 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sun, 17 Jan 2021 04:40:06 +0000 Subject: [PATCH] fix dependencies --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5fe1f46..caee3d1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -43,6 +43,7 @@ classifiers= setup_requires=setuptools>=42; wheel; setuptools_scm[toml]>=3.4 install_requires= pathlib2; python_version <= "2.7" + tqdm packages=find: python_requires=>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.* [options.extras_require] @@ -58,7 +59,7 @@ dev= nii = nibabel; numpy plot = matplotlib; numpy; scipy cuda = argopt; pynvml -web = requests; tqdm +web = requests mbeautify = argopt; %(web)s [options.entry_points] console_scripts =