Skip to content

Commit

Permalink
Add psutil to pyproject.toml dependencies (#3039)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShukantPal authored Feb 13, 2024
1 parent 26505e2 commit 324bcc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ classifiers = [
]
dependencies = [
"aiohttp", "fastapi", "httpx", "markdown2[all]", "nh3", "numpy",
"prompt_toolkit>=3.0.0", "pydantic", "requests", "rich>=10.0.0",
"prompt_toolkit>=3.0.0", "pydantic", "psutil", "requests", "rich>=10.0.0",
"shortuuid", "tiktoken", "uvicorn",
]

Expand Down

0 comments on commit 324bcc6

Please sign in to comment.