diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-07-18 21:10:08 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-07-18 21:10:08 -0700 |
commit | db1e35497de924c001f421d1d3277f02258b55db (patch) | |
tree | b31ceb9e6a34238ec2ede4ac97b312b4f7b73939 /continuedev/pyproject.toml | |
parent | eb90c79f618eab774af958ebee212150dead2467 (diff) | |
download | sncontinue-db1e35497de924c001f421d1d3277f02258b55db.tar.gz sncontinue-db1e35497de924c001f421d1d3277f02258b55db.tar.bz2 sncontinue-db1e35497de924c001f421d1d3277f02258b55db.zip |
psutil profiling, temperature in config.json
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" |