diff --git a/pyproject.toml b/pyproject.toml index 132539f..fc28a15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,6 +30,9 @@ dependencies = [ "tqdm", "pandas", "astropy", + "spiceypy", + "yarl", + "matplotlib", ] repository = "https://github.com/planetarypy/planetarypy"