From f0bc67d5b4f5f6958cf06d5eee39323a43980276 Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Wed, 5 Apr 2023 14:06:40 -0500 Subject: [PATCH] Add package whisky (#2563) Co-authored-by: Gabriel Huber --- packages.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages.json b/packages.json index e468428..ac34b97 100644 --- a/packages.json +++ b/packages.json @@ -29745,6 +29745,17 @@ "license": "GNU GPLv3", "web": "https://github.com/HapticX/happyx" }, + { + "name": "whisky", + "url": "https://github.com/guzba/whisky", + "method": "git", + "tags": [ + "websockets" + ], + "description": "A blocking WebSocket client", + "license": "MIT", + "web": "https://github.com/guzba/whisky" + }, { "name": "nuance", "url": "https://github.com/metagn/nuance",