-
Notifications
You must be signed in to change notification settings - Fork 26
/
pyproject.toml
42 lines (39 loc) · 1.02 KB
/
pyproject.toml
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
41
42
[tool.poetry]
name = "kg-covid-19"
version = "0.1.1"
description = "KG-Hub project to produce a knowledge graph for COVID-19 and SARS-CoV-2."
authors = ["Justin Reese <[email protected]>, caufieldjh <[email protected]>"]
license = "BSD-3"
readme = "README.rst"
packages = [{include = "kg_covid_19"}]
[tool.poetry.dependencies]
python = "^3.8"
compress-json = "^1.0.8"
elasticsearch = "7.17.1"
kghub-downloader = "^0.3.3"
kgx = "^1.7.2"
multi-indexer = "^0.0.5"
obonet = "^0.3.1"
PyYAML = "^6.0"
recommonmark = "^0.7.1"
Sphinx = "^5.3.0"
sphinx-rtd-theme = "^1.1.1"
tabula-py = "^2.6.0"
tqdm = "^4.64.1"
wget = "^3.2"
ensmallen = "0.8.35"
environments-utils = "^1.0.9"
py-cpuinfo = "^9.0.0"
bioregistry = "^0.9.66"
downloaders = "^1.0.15"
dict-hash = "^1.1.29"
userinput = "^1.0.20"
cache-decorator = "^2.1.13"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
pytest-cov = "^4.0.0"
coverage = "^7.0.0"
parameterized = "^0.8.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"