-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (33 loc) · 851 Bytes
/
pyproject.toml
File metadata and controls
38 lines (33 loc) · 851 Bytes
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
[tool.poetry]
name = "kg-idg"
version = "0.0.2"
description = "Knowledge Graph for Illuminating the Druggable Genome"
authors = ["caufieldjh <j.harry.caufield@gmail.com>"]
keywords = ["knowledge graph", "bioinformatics"]
[tool.poetry.dependencies]
python = "^3.9"
biolink-model = "^3.0.3"
click = "^8.1.3"
kghub-downloader = "^0.3.1"
kgx = "^1.7.2"
koza = "^0.2.1"
multi-indexer = "^0.0.5"
mysql-connector-python = "^8.0.31"
psycopg2-binary = "^2.9.5"
PyYAML = ">=5.3.1,<6.0.0"
tqdm = "^4.64.1"
yq = "^3.1.0"
[tool.poetry.dev-dependencies]
pytest = "^7.2.0"
parameterized = "^0.8.1"
[tool.black]
line-length = 100
target-version = ["py39", "py310"]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.isort]
profile = "black"
multi_line_output = 3
include_trailing_comma = true
reverse_relative = true