From 9ed6f761d92fa807f531fabb974b4259a625ac46 Mon Sep 17 00:00:00 2001 From: Orsiris de Jong Date: Wed, 1 Feb 2023 02:52:34 +0100 Subject: [PATCH] WIP: update client needs packaging.version for comparaisons --- npbackup/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npbackup/requirements.txt b/npbackup/requirements.txt index 3ca0df1..b983a4c 100644 --- a/npbackup/requirements.txt +++ b/npbackup/requirements.txt @@ -13,4 +13,5 @@ ruamel.yaml psutil pyyaml # Required for python-i18n which does not work with ruamel.yaml python-i18n -# python-i18n local copy from https://github.com/Krutyi-4el/python-i18n \ No newline at end of file +# python-i18n local copy from https://github.com/Krutyi-4el/python-i18n: +packaging \ No newline at end of file