diff --git a/misc/watcher.py b/misc/watcher.py index 68437878..991ee9ac 100644 --- a/misc/watcher.py +++ b/misc/watcher.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # Copyright (C) 2019 Ian Alexander: https://github.com/ianalexander # Copyright (C) 2020 James R Barlow: https://github.com/jbarlow83 # diff --git a/setup.cfg b/setup.cfg index 44435e3f..8b769ba1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -84,7 +84,7 @@ docs = extended_test = PyMuPDF == 1.13.4 watcher = - watchdog >= 1.0.2, < 2 + watchdog >= 1.0.2, < 3 webservice = Flask >= 1, < 2