Skip to content

Commit

Permalink
🔧(deps): New dep 'questionary'
Browse files Browse the repository at this point in the history
For interactive mode (-i)
  • Loading branch information
arrrrrmin committed Mar 18, 2022
1 parent 066f526 commit 0fb7cbb
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 39 deletions.
127 changes: 89 additions & 38 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "convmoji"
version = "0.1.6"
version = "0.1.7"
description = "A simple cli tool to commit Conventional Commits with emojis."
authors = ["arrrrrmin <[email protected]>", "defel <defel@no-reply>"]
maintainers = ["arrrrrmin <[email protected]>", "defel <defel@no-reply>"]
Expand All @@ -25,6 +25,7 @@ convmoji = "convmoji.commit:app"
python = "^3.8"
pydantic = "^1.8.2"
typer = "^0.4.0"
questionary = "^1.10.0"

[tool.poetry.dev-dependencies]
black = "^21.9b0"
Expand Down

0 comments on commit 0fb7cbb

Please sign in to comment.