From bb9183cf534764b8de3564f0cb1ac1af444cde3a Mon Sep 17 00:00:00 2001 From: Justin Reese Date: Fri, 3 Apr 2020 09:37:11 -0700 Subject: [PATCH 1/2] Add missing deps to setup.py --- setup.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 188a02eb..e3fc040c 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,8 @@ def find_version(*file_paths): 'pytest-cov', 'coveralls', 'validate_version_code', - 'codacy-coverage' + 'codacy-coverage', + 'parameterized' ] extras = { @@ -62,9 +63,11 @@ def find_version(*file_paths): 'tqdm', 'encodeproject', 'tabula-py', - 'parameterized', 'obonet', - 'wget' + 'wget', + 'click', + 'pyyaml', + 'bmt' ], extras_require=extras, ) From db9646573a8e8bab01fad9fdbce463d286268779 Mon Sep 17 00:00:00 2001 From: Justin Reese Date: Fri, 3 Apr 2020 09:37:46 -0700 Subject: [PATCH 2/2] Add step to installation instructions for running pip install (to ensure kgx installation) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 63c68466..0af9b4a3 100644 --- a/README.rst +++ b/README.rst @@ -9,13 +9,13 @@ See the `repository's wiki for more details