Skip to content

Commit

Permalink
add websocket to test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
purplg committed Jan 16, 2023
1 parent 110d84f commit f0517ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/deps.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(package-refresh-contents)

(let ((deps '(request))
(let ((deps '(request websocket))
(test-deps '(ert-async)))
(dolist (dep deps)
(package-install dep))
Expand Down

0 comments on commit f0517ba

Please sign in to comment.