diff options
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index af1da7e..b937dd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ requires = [ "scipy >=1.6.0", "pyyaml >=5.3.1", "justpy >= 0.2.3", + "pandas >= 1.1.5", "starlette == 0.17.1; python_version <= '3.9'", "starlette >= 0.17.1; python_version > '3.9'", "universal_tsdb >=0.1.1", |