File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,10 +9,24 @@ flask = ">= 1.1.0"
99mock = " *"
1010prance = " *"
1111pytest = " *"
12+ datanator-rest-api = {editable = true ,path = " ." }
13+ datanator_query_python = {editable = true ,path = " ./../datanator_query_python" }
1214pylint = " *"
1315zappa = " *"
1416
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+
1528[packages ]
29+ swagger_ui_bundle = {git = " https://github.com/KarrLab/datanator_swagger_ui_bundle.git" }
1630cement = " >= 3.0.4"
1731flask_cors = " *"
1832flask_profiler = " *"
@@ -24,29 +38,3 @@ pytest = "*"
2438inflection = " *"
2539requests = " *"
2640python-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"
You can’t perform that action at this time.
0 commit comments