diff --git a/pyproject.toml b/pyproject.toml index b11a08b..865150f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,8 @@ dev = [ # For running unit and docstring tests test = [ "ddt", + "vcrpy", + "pytest", "tox" ]