Skip to content

Commit

Permalink
fix: Always depend on appdirs (not only in tui extra)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jan 6, 2021
1 parent d7f0bf0 commit 7f36a04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Expand Up @@ -20,16 +20,16 @@ include = [

[tool.poetry.dependencies]
python = "^3.6"
requests = ">2.19.1"
appdirs = "^1.4.4"
loguru = "*"
websocket_client = "*"
requests = ">2.19.1"
toml = "^0.10.2"
websocket_client = "*"
asciimatics = {version = "^1.11.0", optional = true}
appdirs = {version = "^1.4.4", optional = true}
pyperclip = {version = "^1.8.0", optional = true}

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

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

0 comments on commit 7f36a04

Please sign in to comment.