From de0eb5a5fddff3695f7120e3788a852e788e4400 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:35:34 -0400 Subject: [PATCH] Pin websocket-client for pynostr compatibility --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index bcbda4f..74ad6f9 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -12,5 +12,5 @@ pytest>=7.0 pytest-cov portalocker>=2.8 pynostr>=0.6.2 -websocket-client +websocket-client==1.7.0