From bb2ae9be33f0938f393ab2c047dddba716093931 Mon Sep 17 00:00:00 2001 From: Borys T Date: Fri, 17 Dec 2021 18:29:03 +0100 Subject: [PATCH] fix: usr: there is no need to install uuid since Python 2.5 (refs #60) --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8be5055..3f821fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,2 @@ Markdown plantuml -uuid \ No newline at end of file