Fix pyinotify dependency to work with latest pythons
- pyinotify is not working anymore since it needs asyncore which has been removed from the standard library - Someone created pyinotify-elephant-fork to superseed pyinotify
This commit is contained in:
parent
65666648ac
commit
6ec0d4e1ff
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ dependencies = [
|
||||||
"pexpect==4.8.0",
|
"pexpect==4.8.0",
|
||||||
"pillow==10.0.0",
|
"pillow==10.0.0",
|
||||||
"pygments==2.16.1",
|
"pygments==2.16.1",
|
||||||
"pyinotify==0.9.6",
|
"pyinotify-elephant-fork==0.0.1",
|
||||||
"termstr",
|
"termstr",
|
||||||
"toml==0.10.2",
|
"toml==0.10.2",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue