From 0263f6f536a0e22798e262537dd8161149e83527 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Tue, 4 Jun 2024 00:48:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=20Python=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 5a55a20..2448a3a 100644 --- a/setup.py +++ b/setup.py @@ -48,9 +48,11 @@ def determine_short_description(readme: str) -> str: REQUIREMENTS_MAIN = """ +GitPython """ REQUIREMENTS_TEST = """ +pytest """