Skip to content

Commit

Permalink
fix: Fix missing toml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Nov 28, 2020
1 parent f002e3c commit 4d385f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ python = "^3.6"
requests = ">2.19.1"
loguru = "*"
websocket_client = "*"
toml = "^0.10.2"
asciimatics = {version = "^1.11.0", optional = true}
xdg = {version = "^4.0.1", optional = true}
pyperclip = {version = "^1.8.0", optional = true}
Expand Down

0 comments on commit 4d385f1

Please sign in to comment.