mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-26 16:53:47 +01:00
e84818f62e
- Changes to the raspberypi board folder/structure - Bump python related poackages and fixes to Python3.10 - Bump KF5 framewerk packages to 5.91 - Bump qtwebengine to 5.15.8 - Bump/Add/Fix all OVOS related packages - Fixes all over the OpenVoiceOS structure for 2022.02.1
23 lines
583 B
Diff
23 lines
583 B
Diff
From 503f3301b063c22f9f92b884fdf157a28aa5251f Mon Sep 17 00:00:00 2001
|
|
From: j1nx <p.steenbergen@j1nx.nl>
|
|
Date: Sat, 7 May 2022 18:32:10 +0200
|
|
Subject: [PATCH 1/1] Loosen some requirements
|
|
|
|
---
|
|
requirements/requirements.txt | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/requirements/requirements.txt b/requirements/requirements.txt
|
|
index 5d943a5..54bcf40 100644
|
|
--- a/requirements/requirements.txt
|
|
+++ b/requirements/requirements.txt
|
|
@@ -1,2 +1,2 @@
|
|
-python-dateutil~=2.6
|
|
-rapidfuzz
|
|
\ No newline at end of file
|
|
+python-dateutil>=2.6
|
|
+rapidfuzz
|
|
--
|
|
2.34.1
|
|
|