From e9b7a5988bd23e599c93ebfd444a1bfff1cb48fe Mon Sep 17 00:00:00 2001 From: alisterburt Date: Sat, 20 Jan 2024 10:15:00 +0000 Subject: [PATCH] fix deps (#3) --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1af110d..f5b740d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,10 @@ classifiers = [ "Typing :: Typed", ] # add your package dependencies here -dependencies = [] +dependencies = [ + "gemmi", + "pandas", +] # https://peps.python.org/pep-0621/#dependencies-optional-dependencies # "extras" (e.g. for `pip install .[test]`)