Loosen pyee requirement of ovos-bus-client

This commit is contained in:
j1nx 2023-05-07 17:26:28 +02:00
parent 40d8d62c6e
commit e06ff91d91
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
From 1e6814f08646bf3191b26f208b017ca760be7f0f Mon Sep 17 00:00:00 2001
From: j1nx <p.steenbergen@j1nx.nl>
Date: Sun, 7 May 2023 17:24:10 +0200
Subject: [PATCH 1/1] Loosen requirements
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt
index 6982818..09b7e69 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,4 +1,4 @@
ovos-config >= 0.0.8, < 0.1.0
ovos-utils >= 0.0.32, < 0.1.0
websocket-client>=0.54.0
-pyee>=8.1.0, < 9.0.0
+pyee>=8.1.0
--
2.34.1