From 2ec61fcbc3196124ff52c00a157a7fd14d8c03d0 Mon Sep 17 00:00:00 2001 From: Kenneth Yang <82800265+kjy5@users.noreply.github.com> Date: Wed, 20 Mar 2024 10:51:26 -0700 Subject: [PATCH] Removed wheel dep (#333) --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6526a1b..2d7a4ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,6 @@ dependencies = [ "python-socketio==5.11.1", "pythonnet==3.0.3", "requests==2.31.0", - "wheel==0.42.0", "sensapex==1.400.0", ]