Skip to content

Commit

Permalink
Merge pull request #238 from the-virtual-brain/TVB-2782
Browse files Browse the repository at this point in the history
TVB-2782. Encryption at upload time brings dependency to rest client
  • Loading branch information
popaula937 authored Sep 10, 2020
2 parents 20e74d7 + 01a29c8 commit 4c5fedc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions framework_tvb/setup_rest_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4c5fedc

Please sign in to comment.