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 5d26bb4 commit 3628adbCopy full SHA for 3628adb
pyproject.toml
@@ -15,6 +15,8 @@ dependencies = [
15
"StrEnum>=0.4.15,<0.5",
16
"pyarrow>=14.0.2",
17
"pandas",
18
+ "types-requests>=2.32.0.20241016",
19
+ "pandas-stubs>=2.0.3.230814",
20
]
21
22
[project.optional-dependencies]
@@ -31,6 +33,7 @@ dev = [
31
33
32
34
35
"rich>=13.7.1",
36
+ "mypy>=1.14.1",
37
38
39
[tool.hatch.build.targets.sdist]
0 commit comments