Skip to content

Commit d4596cc

Browse files
committed
try to fix typing
1 parent f18d9eb commit d4596cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ typing = [
7272
"types-setuptools (>=75.2.0.20241019,<76.0.0)",
7373
"joblib-stubs (>=1.4.2.5.20240918,<2.0.0)",
7474
"pandas-stubs (>= 2.2.3.250527, <3.0.0)",
75+
"types-aiofiles (>=24.1.0.20250606)",
7576
]
7677
docs = [
7778
"sphinx (>=8.1.3,<9.0.0)",
@@ -140,6 +141,7 @@ max-args = 10
140141
[tool.ruff.lint.pydocstyle]
141142
convention = "google"
142143

144+
143145
[build-system]
144146
requires = ["poetry-core>=2.0"]
145147
build-backend = "poetry.core.masonry.api"

0 commit comments

Comments
 (0)