forked from NCATS-Tangerine/tranql
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use latest plater with connection fix (#19)
* use latest plater with connection fix * remove redis graph dep Co-authored-by: Yaphetkg <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,6 @@ coverage==4.5.3 | |
flasgger==0.9.2 | ||
flask==1.0.2 | ||
flask-cors==3.0.7 | ||
# flask-restful==0.3.7 | ||
flask-restx==0.5.1 | ||
gunicorn==19.9.0 | ||
jinja2==2.10 | ||
|
@@ -15,11 +14,10 @@ pytest-cov==2.7.1 | |
python-coveralls==2.9.2 | ||
python-dateutil==2.8.1 | ||
pyyaml==5.1 | ||
redisgraph==2.2.4 | ||
requests==2.25.1 | ||
requests-cache==0.4.13 | ||
requests-mock==1.5.2 | ||
git+https://github.com/helxplatform/Plater.git@v1.9.9 | ||
git+https://github.com/helxplatform/Plater.git@v2.0.0 | ||
bmt==0.7.2 | ||
git+https://github.com/ranking-agent/reasoner.git | ||
git+https://github.com/TranslatorSRI/[email protected]#egg=reasoner-pydantic | ||
|