diff options
Diffstat (limited to 'continuedev/pyproject.toml')
-rw-r--r-- | continuedev/pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/continuedev/pyproject.toml b/continuedev/pyproject.toml index 6a646cbe..0abc9504 100644 --- a/continuedev/pyproject.toml +++ b/continuedev/pyproject.toml @@ -26,6 +26,7 @@ jsonschema = "^4.17.3" directory-tree = "^0.0.3.1" anthropic = "^0.3.4" chevron = "^0.14.0" +psutil = "^5.9.5" [tool.poetry.scripts] typegen = "src.continuedev.models.generate_json_schema:main" |