From d7c392cb40d226295e67c6525e16852c9a0314c4 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Wed, 29 Mar 2023 17:47:47 +0200 Subject: [PATCH] Update ofunctions.platform to detect ARM / ARM64 pyhton arch --- npbackup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npbackup/requirements.txt b/npbackup/requirements.txt index 4204e4b..f800313 100644 --- a/npbackup/requirements.txt +++ b/npbackup/requirements.txt @@ -5,7 +5,7 @@ ofunctions.logger_utils>=2.3.0 ofunctions.misc>=1.5.2 ofunctions.process>=1.4.0 ofunctions.threading>=2.0.0 -ofunctions.platform>=1.3.0 +ofunctions.platform>=1.4.0 ofunctions.random python-pidfile>=3.0.0 pysimplegui>=4.6.0