Skip to content

Commit 43285cf

Browse files
author
Zhouyang Lian
committed
pipfile issues
1 parent 1982811 commit 43285cf

2 files changed

Lines changed: 1223 additions & 26 deletions

File tree

Pipfile

Lines changed: 14 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,24 @@ 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"}
1214
pylint = "*"
1315
zappa = "*"
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"}
1630
cement = ">= 3.0.4"
1731
flask_cors = "*"
1832
flask_profiler = "*"
@@ -24,29 +38,3 @@ pytest = "*"
2438
inflection = "*"
2539
requests = "*"
2640
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)