From dcd01849ec86fda43eaf2f804d9c864bc3d76f6c Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Tue, 4 Jun 2024 20:16:39 +0200 Subject: [PATCH] added pandas type stubs --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 5299c6b..c15859f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ types-pillow = "^10.2.0.20240213" types-requests = "^2.32.0.20240602" types-retry = "^0.9.9.4" flake8-pyproject = "^1.2.3" +pandas-stubs = "^2.2.2.240603" [tool.poetry.group.dev.dependencies]