Skip to content

Commit

Permalink
fix: Add missing extra dependencies for tui group
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Dec 30, 2020
1 parent dedaafa commit 60f9e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ appdirs = {version = "^1.4.4", optional = true}
pyperclip = {version = "^1.8.0", optional = true}

[tool.poetry.extras]
tui = ["asciimatics"]
tui = ["appdirs", "asciimatics", "pyperclip"]

[tool.poetry.dev-dependencies]
asciimatics = "^1.11.0"
Expand Down

0 comments on commit 60f9e69

Please sign in to comment.