From e3dff0c61bf8299d1953dfb9acfccc4b4484c041 Mon Sep 17 00:00:00 2001 From: Kim Oliver Drechsel Date: Sat, 13 Aug 2022 12:26:47 +0200 Subject: [PATCH] Add Requirements section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index be8649f..98fe10d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,9 @@ Values can be set case insensitive (DEBUG, debug, Debug). - crit - critical +## Requirements +- Python 3.10 or higher + ## Usage example ```python # Setting LOG_LEVEL with `os.environ` is only necessary if environment variable has not been set before (e.g. outside Docker)