commit | 67632a9b096db1108f386a10d84c5b31a8a78e88 | [log] [tgz] |
---|---|---|
author | Rico Lin <rlin@vexxhost.com> | Wed Jun 26 05:39:46 2024 +0800 |
committer | GitHub <noreply@github.com> | Tue Jun 25 17:39:46 2024 -0400 |
tree | ae85ae086d6c1e40d2311cc3b2d8731da7cfda45 | |
parent | cb3d38c87e59d5795cbab77253ab9839d44f5591 [diff] |
fix: limit aiofiles version for package issue (#1442)
diff --git a/tox.ini b/tox.ini index 10c5db5..74bc9b5 100644 --- a/tox.ini +++ b/tox.ini
@@ -32,6 +32,7 @@ skipsdist = True deps = aiopath + aiofiles!=24.1.0 aioshutil asynctempfile GitPython