Apparently there was a very good reason to use inotify. fixes #46 complete with test cases for inotify and polling.

This commit is contained in:
jonaswinkler
2020-11-26 17:41:50 +01:00
parent d08e6f333a
commit dac7971cd6
4 changed files with 293 additions and 42 deletions

View File

@@ -35,6 +35,7 @@ scikit-learn="~=0.23.2"
whitenoise = "~=5.2.0"
watchdog = "*"
whoosh="~=2.7.4"
inotify-simple = "*"
[dev-packages]
coveralls = "*"