From 7e6b51ef38dda6296f507cb75b93b6e42f6e20c1 Mon Sep 17 00:00:00 2001 From: Javier Vegas-Regidor Date: Tue, 2 Feb 2021 11:29:56 +0100 Subject: [PATCH] Add request to requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed9e285da..b38a4016b 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ setup( download_url='https://earth.bsc.es/wiki/doku.php?id=tools:autosubmit', keywords=['climate', 'weather', 'workflow', 'HPC'], install_requires=['argparse>=1.2,<2', 'python-dateutil>2', 'pydotplus>=2', 'pyparsing>=2.0.1', - 'numpy', 'matplotlib', 'paramiko==1.15', + 'numpy', 'matplotlib', 'paramiko==1.15', 'requests', 'mock>=1.3.0', 'portalocker==0.5.7', 'networkx', 'bscearth.utils'], extras_require={ 'dialog': ["python2-pythondialog>=3.3.0"] -- GitLab