Skip to content

Commit c1f09f4

Browse files
committed
GitPython requirement
1 parent 2acfdaa commit c1f09f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def get_file(filename):
4242
packages=find_packages(where="src"),
4343
package_dir={"": "src"},
4444
python_requires=">=3.5",
45-
install_requires=["pandas", "scikit-learn", "requests", "pyyaml", "packaging"],
45+
install_requires=["pandas", "scikit-learn", "requests", "pyyaml", "packaging", "GitPython"],
4646
extras_require={
4747
"swat": ["swat"],
4848
"kerberos": [

0 commit comments

Comments
 (0)