1
0

🤖 Repository layout updated to latest version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-08-08 18:20:19 +02:00
parent b4d541775f
commit 08f3b15656

View File

@ -76,11 +76,11 @@ with open(PACKAGE_NAME + '/_version.py') as f:
REQUIREMENTS_MAIN = [ REQUIREMENTS_MAIN = [
'enforce_typing', 'enforce_typing',
'frozendict', 'frozendict',
] ]
REQUIREMENTS_TEST = [ REQUIREMENTS_TEST = [
'pytest', 'pytest',
] ]