-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #240 from jessebot/minor-updates
add victor mono font, and update some dependencies
- Loading branch information
Showing
3 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "onboardme" | ||
version = "1.6.1" | ||
version = "1.7.0" | ||
description = "Install dot files and packages, including a base mode with sensible defaults to run on most computers running Debian based distros or macOS." | ||
authors = [ | ||
"Jesse Hitch <[email protected]>", | ||
|
@@ -24,14 +24,14 @@ include = ["onboardme/scripts/update_apt_sources.sh"] | |
[tool.poetry.dependencies] | ||
python = "^3.11" | ||
click = "^8.1" | ||
rich = "^13.4" | ||
rich = "^13.6" | ||
PyYAML = "^6.0" | ||
GitPython = "^3.1" | ||
wget = "^3.2" | ||
xdg-base-dirs = "^6.0" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
pre-commit = "^3.3" | ||
pre-commit = "^3.5" | ||
|
||
[tool.poetry.plugins."onboardme.application.plugin"] | ||
"onboardme" = "onboardme:main" | ||
|