Skip to content

Commit

Permalink
Removed unused dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 18, 2024
1 parent 46e30da commit 015548c
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -62,9 +59,6 @@ dev = [
"pytest-vcr",
"pytest-mock",
"pytest-only",
"oauth2client",
"requests-mock",
"pytest-dotenv",
"pytest-timeout",
"pytest-lazy-fixtures",
"mkdocstrings[python]",
Expand Down Expand Up @@ -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"]
Expand Down

0 comments on commit 015548c

Please sign in to comment.