diff --git a/pyproject.toml b/pyproject.toml index 637b6b0..ebfd5e8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ "Development Status :: 2 - Pre-Alpha", "Framework :: AnyIO", "Framework :: FastAPI", + "Framework :: Starlette", "Environment :: Web Environment", "Intended Audience :: Developers", "Intended Audience :: System Administrators", @@ -89,7 +90,8 @@ packages = ["debug_toolbar"] [tool.hatch.version] path = "debug_toolbar/__init__.py" -[tool.mypy] +[[tool.mypy.overrides]] +module = ["sqlparse"] ignore_missing_imports = true [tool.ruff.lint]