File tree Expand file tree Collapse file tree
datanator_rest_api/routes Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,24 +9,10 @@ flask = ">= 1.1.0"
99mock = " *"
1010prance = " *"
1111pytest = " *"
12- datanator-rest-api = {editable = true ,path = " ." }
13- datanator_query_python = {editable = true ,path = " ./../datanator_query_python" }
1412pylint = " *"
1513zappa = " *"
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" }
3016cement = " >= 3.0.4"
3117flask_cors = " *"
3218flask_profiler = " *"
@@ -38,3 +24,29 @@ pytest = "*"
3824inflection = " *"
3925requests = " *"
4026python-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