Skip to content

Commit

Permalink
fix: Forbid version of asciimatics below 1.11.0
Browse files Browse the repository at this point in the history
Fixes #57
  • Loading branch information
pawamoy committed May 14, 2020
1 parent fb9e1fc commit c305b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -23,7 +23,7 @@ python = "^3.6"
requests = "*"
loguru = "*"
websocket_client = "*"
asciimatics = { version = "*", optional = true }
asciimatics = { version = "^1.11.0", optional = true }

[tool.poetry.dev-dependencies]
bandit = "^1.5"
Expand Down

0 comments on commit c305b9b

Please sign in to comment.