Allow watchdog 2. (#815)

* Allow watchdog 2.

The breaking change was dropping support for macOS 10.12 and earlier,
which doesn't affect us.

* Add shebang to watcher script.
This commit is contained in:
Elliott Sales de Andrade
2021-08-04 02:48:25 -07:00
committed by GitHub
parent dc2b161306
commit b923612323
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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
#
+1 -1
View File
@@ -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