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: