From bdcc991a5a3bec5e136be97b14de8e51939f3652 Mon Sep 17 00:00:00 2001 From: Zoltan Szabatin Date: Tue, 25 Feb 2025 16:12:49 -0800 Subject: feat: Add serial interface --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index f074f88..d81b3e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ authors = [ ] dependencies = [ "pygame>=2.6.1", + "pyserial>=3.5", ] readme = "README.md" requires-python = ">= 3.8" -- cgit v1.2.3