Skip to content

Commit 5ebed17

Browse files
committed
Add mslex, psutil, taskipy, and tomli packages
Added mslex, psutil, taskipy, and tomli to the list of project dependencies in poetry.lock. mslex is for windows shell compatibility, psutil for system monitoring, taskipy for running tasks in Python projects, and tomli for TOML parsing. Adjusted content hashes and added taskipy under dev dependencies group in pyproject.toml.
1 parent a40795b commit 5ebed17

File tree

2 files changed

+74
-1
lines changed

2 files changed

+74
-1
lines changed

poetry.lock

Lines changed: 68 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ pygments = "^2.17.2"
1515
mkdocs-material = "^9.5.15"
1616

1717

18+
[tool.poetry.group.dev.dependencies]
19+
taskipy = "^1.12.2"
20+
1821
[build-system]
1922
requires = ["poetry-core"]
2023
build-backend = "poetry.core.masonry.api"
24+
25+
[tool.taskipy.tasks]
26+
docs = { cmd = "mkdocs serve", help = "run documentation server" }

0 commit comments

Comments
 (0)