We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f18d9eb commit d4596ccCopy full SHA for d4596cc
pyproject.toml
@@ -72,6 +72,7 @@ typing = [
72
"types-setuptools (>=75.2.0.20241019,<76.0.0)",
73
"joblib-stubs (>=1.4.2.5.20240918,<2.0.0)",
74
"pandas-stubs (>= 2.2.3.250527, <3.0.0)",
75
+ "types-aiofiles (>=24.1.0.20250606)",
76
]
77
docs = [
78
"sphinx (>=8.1.3,<9.0.0)",
@@ -140,6 +141,7 @@ max-args = 10
140
141
[tool.ruff.lint.pydocstyle]
142
convention = "google"
143
144
+
145
[build-system]
146
requires = ["poetry-core>=2.0"]
147
build-backend = "poetry.core.masonry.api"
0 commit comments