aboutsummaryrefslogtreecommitdiff
path: root/pw_unit_test/py/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'pw_unit_test/py/setup.cfg')
-rw-r--r--pw_unit_test/py/setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw_unit_test/py/setup.cfg b/pw_unit_test/py/setup.cfg
index d0f7b5d9d..98384fa27 100644
--- a/pw_unit_test/py/setup.cfg
+++ b/pw_unit_test/py/setup.cfg
@@ -22,6 +22,7 @@ description = Unit tests for Pigweed projects
packages = find:
zip_safe = False
install_requires =
+ pyserial~=3.5.0
requests
types-requests