Skip to content

Commit

Permalink
Add mslex, psutil, taskipy, and tomli packages
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lipemorais committed Apr 11, 2024
1 parent a40795b commit 5ebed17
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 1 deletion.
69 changes: 68 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ pygments = "^2.17.2"
mkdocs-material = "^9.5.15"


[tool.poetry.group.dev.dependencies]
taskipy = "^1.12.2"

[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.taskipy.tasks]
docs = { cmd = "mkdocs serve", help = "run documentation server" }

0 comments on commit 5ebed17

Please sign in to comment.