1
0

🤖 Repository layout updated to latest Python version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
Jon Michael Aanes 2024-06-04 00:48:59 +02:00
parent f0d155436e
commit 0263f6f536

View File

@ -48,9 +48,11 @@ def determine_short_description(readme: str) -> str:
REQUIREMENTS_MAIN = """
GitPython
"""
REQUIREMENTS_TEST = """
pytest
"""