Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion requirements_web.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# Use this instead to test the latest fixes on 0.12.x branch before official release
# biothings@git+https://github.com/biothings/biothings.api@0.1.x#egg=biothings[web_extra]

biothings[web_extra]==1.0.0
biothings@git+https://github.com/biothings/biothings.api@improve-assert-validations#egg=biothings[web_extra]
#biothings[web_extra]==1.0.0

# for sentry monitoring
raven
2 changes: 1 addition & 1 deletion src/web/pipeline.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import re
from typing import Dict, Optional

from elasticsearch_dsl import Search
from elasticsearch.dsl import Search
from biothings.web.query import ESQueryBuilder, AsyncESQueryBackend


Expand Down