From 7dacd52ad2d6d063653679488ac0aac161513a87 Mon Sep 17 00:00:00 2001 From: Kumi Date: Fri, 16 Sep 2022 08:17:28 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9f6dca7..98b0727 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,9 @@ This is a very basic implementation, and it might stay like this, but I still wanted to share it in case anyone finds it useful. I can't promise that I will keep this package updated or that it's going to work forever as is, though. +I wanted to keep it simple, so this package has no dependencies outside the +standard library. Tested on Python 3.10.6 only, but should work on any >= 3.8. + ## Basic Usage ```python