We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d1c9c commit 43295b1Copy full SHA for 43295b1
setup.py
@@ -11,7 +11,7 @@
11
url="https://github.com/gavinlyonsrepo/raspeberrypi_tempmon",
12
download_url='https://github.com/gavinlyonsrepo/raspeberrypi_tempmon/archive/3.0.tar.gz',
13
packages=['rpiTempSrc','rpiTempMod',],
14
- install_requires= ['matplotlib','pip','psutil','RPi.GPIO'],
+ install_requires= ['matplotlib','pip','psutil'],
15
setup_requires = ['pip'],
16
scripts=['rpiTempSrc/rpi_tempmon.py'],
17
classifiers=[
0 commit comments