Skip to content

Commit

Permalink
Add psutil to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Lefkowitz committed Apr 20, 2024
1 parent 3b9b096 commit 1a0319a
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
126 changes: 63 additions & 63 deletions .cspell.json
Original file line number Diff line number Diff line change
@@ -1,64 +1,64 @@
{
"dictionaries": [
"aws",
"bash",
"en-gb",
"fullstack",
"misc",
"softwareTerms"
],
"ignorePaths": [
"__pycache__",
".DS_Store",
".git",
".gitignore",
".husky",
".mypy_cache",
".pytest_cache",
".thx",
".yarn",
"*.egg-info",
"coverage",
"dist",
"docs/*.css",
"node_modules",
"venv",
"yarn-error.log"
],
"language": "en",
"words": [
"autoflake",
"bumpversion",
"cobertura",
"codacy",
"conandeps",
"cppcheck",
"cxxflags",
"doctest",
"doxyfile",
"giphy",
"gtest",
"isort",
"lefkowitz",
"mainpage",
"mdfile",
"miniscons",
"mypy",
"psutil",
"pycache",
"pylint",
"pypa",
"pypi",
"pyproject",
"pytest",
"scons",
"sdist",
"searchengine",
"stylesheet",
"treeview",
"trufflehog",
"debugpy",
"venv",
"werror"
]
}
"dictionaries": [
"aws",
"bash",
"en-gb",
"fullstack",
"misc",
"softwareTerms"
],
"ignorePaths": [
"__pycache__",
".DS_Store",
".git",
".gitignore",
".husky",
".mypy_cache",
".pytest_cache",
".thx",
".yarn",
"*.egg-info",
"coverage",
"dist",
"docs/*.css",
"node_modules",
"venv",
"yarn-error.log"
],
"language": "en",
"words": [
"autoflake",
"bumpversion",
"cobertura",
"codacy",
"conandeps",
"cppcheck",
"cxxflags",
"doctest",
"doxyfile",
"giphy",
"gtest",
"isort",
"lefkowitz",
"mainpage",
"mdfile",
"miniscons",
"mypy",
"psutil",
"pycache",
"pylint",
"pypa",
"pypi",
"pyproject",
"pytest",
"scons",
"sdist",
"searchengine",
"stylesheet",
"treeview",
"trufflehog",
"debugpy",
"venv",
"werror"
]
}
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
]

requires-python = ">=3.8"
dependencies = ["SCons==4.3.0"]
dependencies = ["psutil==5.9.1", "SCons==4.3.0"]

[project.optional-dependencies]
all = [
Expand Down Expand Up @@ -71,7 +71,7 @@ lint = [
"npx cspell . --dot",
"pylint src --disable=C0114,C0115,C0116,C0411,C3001",
"mypy -m src --ignore-missing-import",
"trufflehog3"
"trufflehog3",
]

format = [
Expand Down

0 comments on commit 1a0319a

Please sign in to comment.