From 08f3b15656dcf6a4cf13dcbc24d0bbad75900b1c Mon Sep 17 00:00:00 2001 From: takunomi-build-bot Date: Thu, 8 Aug 2024 18:20:19 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 2d7e687..bc6cde2 100644 --- a/setup.py +++ b/setup.py @@ -76,11 +76,11 @@ with open(PACKAGE_NAME + '/_version.py') as f: REQUIREMENTS_MAIN = [ - 'enforce_typing', - 'frozendict', + 'enforce_typing', + 'frozendict', ] REQUIREMENTS_TEST = [ - 'pytest', + 'pytest', ]