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 """