Update requrements, settings

master
Tanner Collin 3 years ago
parent 5a29373838
commit f8e5e9cba2
  1. 3
      requirements.txt
  2. 8
      settings.py.example

@ -5,11 +5,14 @@ attrs==21.2.0
chardet==4.0.0
click==8.0.3
idna==3.3
importlib-metadata==4.8.1
multidict==5.2.0
Pillow==8.4.0
PyJWT==2.2.0
python-dotenv==0.19.1
pyunifiprotect==0.33.0
RPi.GPIO==0.7.0
typer==0.4.0
typing-extensions==3.10.0.2
yarl==1.7.0
zipp==3.6.0

@ -5,11 +5,11 @@ UFP_PORT = 443
DOORBELLS = {
'123456780ABC': {
name: 'Front Door',
gpio: 26,
'name': 'Front Door',
'gpio': 26,
},
'123456780ABC': {
name: 'Side Door',
gpio: 19,
'name': 'Side Door',
'gpio': 19,
},
}

Loading…
Cancel
Save