-
Notifications
You must be signed in to change notification settings - Fork 3
/
Pipfile
40 lines (35 loc) · 888 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[dev-packages]
capturer = "*"
flask = ">= 1.1.0"
mock = "*"
prance = "*"
pytest = "*"
datanator-rest-api = {editable = true,path = "."}
datanator_query_python = {editable = true,path = "./../datanator_query_python"}
pylint = "*"
zappa = "*"
[packages.pkg_utils]
git = "https://github.com/KarrLab/pkg_utils.git"
editable = true
[packages.datanator_query_python]
git = "https://github.com/KarrLab/datanator_query_python.git@testapi"
editable = true
[packages.connexion]
extras = [ "swagger-ui",]
[packages]
swagger_ui_bundle = {git = "https://github.com/KarrLab/datanator_swagger_ui_bundle.git"}
cement = ">= 3.0.4"
flask_cors = "*"
flask_profiler = "*"
gunicorn = "*"
openapi_resolver = "*"
openapi_spec_validator = "*"
setuptools = "*"
pytest = "*"
inflection = "*"
requests = "*"
python-dotenv = "*"