Skip to content

Commit

Permalink
Update plotly.nimble (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
timotheecour authored and Vindaar committed Jan 29, 2019
1 parent 69592e1 commit eeef6a3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plotly.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,7 @@ description = "plotting library for nim"
license = "MIT"


requires "nim >= 0.18.0", "chroma", "jsbind", "webview"
# get head to fix https://github.com/brentp/nim-plotly/issues/40
# Remove once websocket has new version tag
requires "https://github.com/niv/websocket.nim#head"
requires "nim >= 0.18.0", "chroma", "jsbind", "webview", "websocket >= 0.3.5"

srcDir = "src"

Expand Down

0 comments on commit eeef6a3

Please sign in to comment.