Changed watchgod to watchfiles

This commit is contained in:
Maze
2024-03-27 17:23:00 +01:00
parent 59b928d4f7
commit c517aac91e
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ from contextlib import suppress
from pathlib import Path
from shutil import get_terminal_size as term_size
from watchgod import DefaultWatcher, run_process
from watchfiles import DefaultWatcher, run_process
ROOT = Path(__file__).parent

View File

@@ -10,7 +10,7 @@ mistune >= 2.0.0, < 4.0
pymediainfo >= 4.2.1, < 7
plyer >= 1.4.3, < 2
sortedcontainers >= 2.2.2, < 3
watchgod >= 0.7, < 0.8
watchfiles >= 0.7
redbaron >= 0.9.2, < 1
hsluv >= 5.0.0, < 6
simpleaudio >= 1.0.4, < 2

View File

@@ -16,7 +16,7 @@ from typing import (
)
import pyotherside
from watchgod import Change, awatch
from watchfiles import Change, awatch
from .pcn.section import Section
from .pyotherside_events import (