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