From fc47d418559440227a707314d4d7d779ed1bc29a Mon Sep 17 00:00:00 2001 From: sgbaird Date: Mon, 20 Jun 2022 11:59:37 -0600 Subject: [PATCH 1/2] add pybtex as explicit dep --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 756bc98..d155a3d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -71,6 +71,7 @@ testing = pytest pytest-cov mp-api + pybtex [options.entry_points] # Add here console scripts like: From d233f524c1ac13239698f47d36178d514fd7681e Mon Sep 17 00:00:00 2001 From: sgbaird Date: Mon, 20 Jun 2022 12:00:48 -0600 Subject: [PATCH 2/2] added pybtex to wrong location --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d155a3d..19e6cda 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,6 +52,7 @@ install_requires = scikit-learn pymatgen matminer + pybtex [options.packages.find] @@ -71,7 +72,6 @@ testing = pytest pytest-cov mp-api - pybtex [options.entry_points] # Add here console scripts like: