From 0781dcef5fa736630a5e887a51b4a74e299cc550 Mon Sep 17 00:00:00 2001 From: JezerM Date: Sat, 29 Jan 2022 16:26:05 -0600 Subject: [PATCH] Update requirements --- README.md | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 791808b..d39eb38 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,7 @@ apt install ./web-greeter-VER.deb - PyQtWebEngine - ruamel.yaml - python-xlib +- pyinotify PIP dependencies are no longer required as long as common dependencies are satisfied. However, you can install PIP dependencies with: diff --git a/requirements.txt b/requirements.txt index 7b6762f..45d172f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ PyQt5 PyQtWebEngine ruamel.yaml python-xlib +pyinotify