From 01a29c8254d6e65487631b6fe9a290b25e2582a4 Mon Sep 17 00:00:00 2001 From: popaula937 Date: Thu, 10 Sep 2020 19:42:06 +0300 Subject: [PATCH] TVB-2782. Encryption at upload time brings extra dependency to rest client. --- framework_tvb/setup_rest_client.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/framework_tvb/setup_rest_client.py b/framework_tvb/setup_rest_client.py index 860c399bf7..bf0e306375 100644 --- a/framework_tvb/setup_rest_client.py +++ b/framework_tvb/setup_rest_client.py @@ -44,9 +44,9 @@ TVB_TEAM = "Lia Domide, Paula Popa, Bogdan Valean, Robert Vincze" -TVB_INSTALL_REQUIREMENTS = ["allensdk", "h5py", "networkx", "nibabel", "numpy", "Pillow", "psutil", "requests", "scipy", - "simplejson", "sqlalchemy", "sqlalchemy-migrate", "tvb-data", "tvb-gdist", "tvb-library", - "werkzeug"] +TVB_INSTALL_REQUIREMENTS = ["allensdk", "h5py", "networkx", "nibabel", "numpy", "Pillow", "psutil", "pyAesCrypt", + "requests", "scipy", "simplejson", "sqlalchemy", "sqlalchemy-migrate", "tvb-data", + "tvb-gdist", "tvb-library", "werkzeug"] # Packaging tvb-rest-client with open(os.path.join(os.path.dirname(__file__), 'README_rest_client.rst')) as fd: