瀏覽代碼

perf(DX): add watchdog as developer dependency

Werkzeug reloader is right now using an inefficient `stat` based reloader which is horrible on large codebases with low-powered devices. 

Difference: 

- `stat` based reloader basically checks each and every file if they have changed or not. 
- watchdog subscribes to platform specific change events on kernel (like kqueue, fsevents or inotify )
version-14
Ankush Menat 2 年之前
committed by GitHub
父節點
當前提交
55fb8acafa
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      pyproject.toml

+ 1
- 0
pyproject.toml 查看文件

@@ -109,3 +109,4 @@ coverage = "~=6.4.1"
Faker = "~=13.12.1"
pyngrok = "~=5.0.5"
unittest-xml-reporting = "~=3.0.4"
watchdog = "~=2.1.9"

Loading…
取消
儲存