From 57f9a6104270b738b2980a81d57c29b03307cf54 Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Tue, 27 Aug 2024 21:07:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Repository=20layout=20updated=20?= =?UTF-8?q?to=20latest=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cb64841..27f7002 100644 --- a/setup.py +++ b/setup.py @@ -48,6 +48,7 @@ with open(PACKAGE_NAME + '/_version.py') as f: REQUIREMENTS_MAIN = [ ] REQUIREMENTS_TEST = [ + 'pytest', ]