removed modules that are not needed

Signed-off-by: Ebbe Baß <ebbe@ping-mee.de>
master
Ebbe Baß 2022-07-07 07:23:20 +02:00
parent 507e46da17
commit 6911bf9514
1 changed files with 1 additions and 5 deletions

View File

@ -1,14 +1,10 @@
from base64 import b16decode from base64 import b16decode
import time import time
from datetime import datetime from datetime import datetime
from requests import request
try: try:
from rpi_ws281x import * from rpi_ws281x import *
import RPi.GPIO as GPIO import RPi.GPIO as GPIO
import json import paho.mqtt.client as mqtt
from argparse import ArgumentParser
import paho.mqtt.client as mqtt
except ImportError: except ImportError:
print('Some modules are missing. Try to install them with "pip3 install -r requirements.txt"') print('Some modules are missing. Try to install them with "pip3 install -r requirements.txt"')
exit() exit()