mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-10 21:01:10 +03:00
Replace blocking I/O in async functions
Replaces aiofiles with anyio, because anyio.Path is much more complete and comparable to the Pathlib API.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
aiofiles == 24.1.*
|
||||
anyio == 4.14.*
|
||||
click == 8.1.*
|
||||
# FastAPI
|
||||
aiohttp == 3.12.*
|
||||
|
||||
Reference in New Issue
Block a user