Skip to content

Commit 1982811

Browse files
author
Zhouyang Lian
committed
use new collection for related_reactions_by_kegg #124 (comment)
1 parent 2033597 commit 1982811

4 files changed

Lines changed: 28 additions & 1226 deletions

File tree

Pipfile

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,10 @@ flask = ">= 1.1.0"
99
mock = "*"
1010
prance = "*"
1111
pytest = "*"
12-
datanator-rest-api = {editable = true,path = "."}
13-
datanator_query_python = {editable = true,path = "./../datanator_query_python"}
1412
pylint = "*"
1513
zappa = "*"
1614

17-
[packages.pkg_utils]
18-
git = "https://github.com/KarrLab/pkg_utils.git"
19-
editable = true
20-
21-
[packages.datanator_query_python]
22-
git = "https://github.com/KarrLab/datanator_query_python.git@testapi"
23-
editable = true
24-
25-
[packages.connexion]
26-
extras = [ "swagger-ui",]
27-
2815
[packages]
29-
swagger_ui_bundle = {git = "https://github.com/KarrLab/datanator_swagger_ui_bundle.git"}
3016
cement = ">= 3.0.4"
3117
flask_cors = "*"
3218
flask_profiler = "*"
@@ -38,3 +24,29 @@ pytest = "*"
3824
inflection = "*"
3925
requests = "*"
4026
python-dotenv = "*"
27+
28+
[dev-packages.datanator-rest-api]
29+
editable = true
30+
path = "."
31+
32+
[dev-packages.datanator_query_python]
33+
editable = true
34+
path = "./../datanator_query_python"
35+
36+
[dev-packages.e1839a8]
37+
path = "."
38+
editable = true
39+
40+
[packages.pkg_utils]
41+
git = "https://github.com/KarrLab/pkg_utils.git"
42+
editable = true
43+
44+
[packages.datanator_query_python]
45+
git = "https://github.com/KarrLab/datanator_query_python.git@testapi"
46+
editable = true
47+
48+
[packages.connexion]
49+
extras = [ "swagger-ui",]
50+
51+
[packages.swagger_ui_bundle]
52+
git = "https://github.com/KarrLab/datanator_swagger_ui_bundle.git"

0 commit comments

Comments
 (0)