From c66e4a33e1a07c439f03fe47f146a6c6482bf6df Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 8 Feb 2024 06:38:42 +0100 Subject: Merging upstream version 21.0.1. Signed-off-by: Daniel Baumann --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1e2cb92..ba18f64 100644 --- a/setup.py +++ b/setup.py @@ -29,16 +29,14 @@ setup( python_requires=">=3.7", extras_require={ "dev": [ - "autoflake", - "black", "duckdb>=0.6", - "isort", - "mypy>=0.990", + "mypy", "pandas", "pyspark", "python-dateutil", "pdoc", "pre-commit", + "ruff", "types-python-dateutil", "typing_extensions", "maturin>=1.4,<2.0", -- cgit v1.2.3