From 1982bcdcfb89c9642efc8d08f5a7568dc0e94a39 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Thu, 3 Sep 2020 11:31:07 +0200 Subject: [PATCH] Pipfile: add pynotify & force full python version --- Pipfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 8d58afa..81fdec4 100644 --- a/Pipfile +++ b/Pipfile @@ -11,6 +11,7 @@ mkdocs-material = "*" mdx-truly-sane-lists = "*" pymdown-extensions = "*" honcho = "*" +pyinotify = "*" [requires] -python_version = "3.7" +python_full_version = "3.7"