diff --git a/setup.py b/setup.py index d15c1fc8787..3d88c7ba4e5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ README = open(os.path.join(here, 'README.md')).read() CHANGES = open(os.path.join(here, 'CHANGES.rst')).read() # Edit Snovault version after the `@` here, can be a branch or tag -SNOVAULT_DEP = "git+https://github.com/ENCODE-DCC/snovault.git@SNO-201-add-search-config-registry" +SNOVAULT_DEP = "git+https://github.com/ENCODE-DCC/snovault.git@1.0.57" INSTALL_REQUIRES = [ "PasteDeploy==2.1.0",