From 43295b1c535b7eefa5ae3e66e67ee3fcd41b86d9 Mon Sep 17 00:00:00 2001 From: gavin Lyons Date: Sun, 7 Jul 2024 12:15:56 +0100 Subject: [PATCH] update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 984ffdc..c9e2f5d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ url="https://github.com/gavinlyonsrepo/raspeberrypi_tempmon", download_url='https://github.com/gavinlyonsrepo/raspeberrypi_tempmon/archive/3.0.tar.gz', packages=['rpiTempSrc','rpiTempMod',], - install_requires= ['matplotlib','pip','psutil','RPi.GPIO'], + install_requires= ['matplotlib','pip','psutil'], setup_requires = ['pip'], scripts=['rpiTempSrc/rpi_tempmon.py'], classifiers=[