From cb32a8986d01d6a22ceac2090b75fdbb27d0f994 Mon Sep 17 00:00:00 2001
From: Daniel Nemergut <dnemergu@nrao.edu>
Date: Fri, 5 Apr 2024 00:25:25 -0400
Subject: [PATCH] Added greenlet as a dependency with the same version as
 everywhere else

---
 apps/cli/executables/pexable/ws_annihilator/pyproject.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/cli/executables/pexable/ws_annihilator/pyproject.toml b/apps/cli/executables/pexable/ws_annihilator/pyproject.toml
index 904a9fb90..f7c28b642 100644
--- a/apps/cli/executables/pexable/ws_annihilator/pyproject.toml
+++ b/apps/cli/executables/pexable/ws_annihilator/pyproject.toml
@@ -8,6 +8,7 @@ readme = "README.md"
 
 [tool.poetry.dependencies]
 python = "~3.10"
+greenlet = "2.0.2"
 psycopg2-binary = "2.9.9"
 pycapo = "0.3.1"
 python-dateutil = "2.9.0"
-- 
GitLab