ref: Add aiofile to do async file operations (#4705)

Add aiofile to do async file operations
This commit is contained in:
Christophe Bornet 2024-11-26 00:50:25 +01:00 committed by GitHub
commit 1ba2e0e71b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 48 additions and 1 deletions

View file

@ -112,6 +112,7 @@ dependencies = [
"sqlalchemy[aiosqlite,postgresql_psycopg2binary,postgresql_psycopgbinary]>=2.0.36,<3.0.0",
"atlassian-python-api>=3.41.16,<4.0.0",
"mem0ai>=0.1.26,<1.0.0",
"aiofile>=3.9.0,<4.0.0",
]
[project.urls]