From f8e5e9cba2fb6c14e591edfaa09d989fae72ad8a Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 15 Oct 2021 23:10:59 +0100 Subject: [PATCH] Update requrements, settings --- requirements.txt | 3 +++ settings.py.example | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 79236e8..b43d286 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/settings.py.example b/settings.py.example index 3a35b66..f525ae3 100644 --- a/settings.py.example +++ b/settings.py.example @@ -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, }, }