diff --git a/pyproject.toml b/pyproject.toml index 07d0b4b..36aec22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,12 @@ dependencies = [ "requests", "charset-normalizer", "chardet", - "ollama" + "ollama", + "ruff", + "mypy", + "pytest", + "types-requests", + "types-chardet" ] [project.scripts] @@ -37,4 +42,4 @@ explicit_package_bases = true [tool.pytest.ini_options] pythonpath = ["src"] -testpaths = ["tests"] \ No newline at end of file +testpaths = ["tests"]