diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index b937dd8..b519a92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,5 +20,6 @@ requires = [ "starlette >= 0.17.1; python_version > '3.9'", "universal_tsdb >=0.1.1", "cachetools >=5.0.0", + "serial >=3.4", ] |