From c697583a8cef4ea76404f09eeeda0248afc65249 Mon Sep 17 00:00:00 2001 From: Everaldo Date: Thu, 29 Aug 2024 11:39:49 -0700 Subject: [PATCH] Use biothings api with slack notification changes. --- requirements_web.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements_web.txt b/requirements_web.txt index 2b63d7f..5c1c4dc 100644 --- a/requirements_web.txt +++ b/requirements_web.txt @@ -1,4 +1,5 @@ # Use this instead to test the latest fixes on 0.12.x branch before official release -# git+https://github.com/biothings/biothings.api@0.12.x#egg=biothings[web_extra] +# biothings@git+https://github.com/biothings/biothings.api@0.12.x#egg=biothings[web_extra] +biothings@git+https://github.com/biothings/biothings.api@slack-messages-in-pytest -biothings[web_extra]==0.12.5 +# biothings[web_extra]==0.12.5