diff --git a/pyproject.toml b/pyproject.toml index 34d33ae..f3be252 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,11 +48,8 @@ pandas = ["pandas>=1.0", "pandas-stubs>=1.0", "numpy>=1.0", "isodate>=0.6"] polars = ["polars-lts-cpu>=0.10"] sql = ["sqlalchemy>=1.4"] dev = [ - "moto", "ruff", - "httpx", "hatch", - "yattag", "neovim", "pytest", "mkdocs", @@ -62,9 +59,6 @@ dev = [ "pytest-vcr", "pytest-mock", "pytest-only", - "oauth2client", - "requests-mock", - "pytest-dotenv", "pytest-timeout", "pytest-lazy-fixtures", "mkdocstrings[python]", @@ -161,13 +155,6 @@ env_files = [".env"] markers = [ "ci: integrational tests (select with '--ci')", ] -filterwarnings = [ - "ignore::DeprecationWarning:boto.*", - "ignore::DeprecationWarning:moto.*", - "ignore::DeprecationWarning:grako.*", - "ignore::DeprecationWarning:savWriter.*", - "ignore::Warning:duckdb_engine.*", -] [tool.pyright] strict = ["dplib"]