Skip to content

Commit 43295b1

Browse files
update setup.py
1 parent 76d1c9c commit 43295b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
url="https://github.com/gavinlyonsrepo/raspeberrypi_tempmon",
1212
download_url='https://github.com/gavinlyonsrepo/raspeberrypi_tempmon/archive/3.0.tar.gz',
1313
packages=['rpiTempSrc','rpiTempMod',],
14-
install_requires= ['matplotlib','pip','psutil','RPi.GPIO'],
14+
install_requires= ['matplotlib','pip','psutil'],
1515
setup_requires = ['pip'],
1616
scripts=['rpiTempSrc/rpi_tempmon.py'],
1717
classifiers=[

0 commit comments

Comments
 (0)