diff --git a/pyproject.toml b/pyproject.toml index f6229db47..16ce1a075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dependencies = [ "httpx~=0.28", "hishel~=0.1", "aiomysql[rsa]~=0.3", + "pyserial>=3.5", ] requires-python = ">=3.10"