Require inotify-simple to watch for incoming files

This commit is contained in:
hygienic-books 2022-03-21 03:00:39 +01:00
parent 95a3df8bed
commit 3b4b017322
3 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,7 @@ from rich.logging import RichHandler
from rich.traceback import install
import configparser
import inflect
from inotify_simple import INotify, flags
# Exit codes

View File

@ -1,2 +1,3 @@
rich
inflect
inotify_simple

View File

@ -8,6 +8,8 @@ commonmark==0.9.1
# via rich
inflect==5.4.0
# via -r requirements.in
inotify-simple==1.3.5
# via -r requirements.in
pygments==2.11.2
# via rich
rich==12.0.0