Skip to content

Commit

Permalink
Chore add psutil to build dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vagabondHustler authored Jan 17, 2024
1 parent 06802f5 commit 5db0e3a
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 @@ -68,7 +68,7 @@
version = {attr = "subsearch.data.__version__"}

[project.optional-dependencies]
build = ["build==1.0.3", "cx_Freeze==6.15.12", "twine==4.0.2"]
build = ["build==1.0.3", "cx_Freeze==6.15.12", "twine==4.0.2", "psutil==5.9.7"]
lint = ["black==23.12.1", "isort==5.13.2"]
tests = ["pytest-cov==4.1.0", "pytest==7.4.4", "tox==4.12.1", "python-dotenv==1.0.0"]
tools = ["pyperclip==1.8.2"]
Expand Down

0 comments on commit 5db0e3a

Please sign in to comment.