Skip to content

Commit

Permalink
Remove dependency and update project metadata
Browse files Browse the repository at this point in the history
I didn't end up using pytermgui at all but forgot to remove it.
  • Loading branch information
naddeoa committed Dec 22, 2023
1 parent f0906ce commit 0ec617a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
19 changes: 1 addition & 18 deletions poetry.lock

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

6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
[tool.poetry]
name = "booty-cli"
version = "1.0.5"
description = ""
description = "A language and command line utility for bootstrapping the setup of personal OS installs."
homepage = "https://github.com/naddeoa/booty"
repository = "https://github.com/naddeoa/booty"
keywords = ["bootstrap", "booty", "setup", "cli", "tool"]
authors = ["Anthony Naddeo <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand All @@ -17,7 +20,6 @@ python = ">=3.9, <3.13"
lark = "^1.1.8"
networkx = "^3.2.1"
click = "^8.1.7"
pytermgui = "^7.7.0"
progress-table = "^0.1.27"


Expand Down

0 comments on commit 0ec617a

Please sign in to comment.