We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acfdaa commit c1f09f4Copy full SHA for c1f09f4
setup.py
@@ -42,7 +42,7 @@ def get_file(filename):
42
packages=find_packages(where="src"),
43
package_dir={"": "src"},
44
python_requires=">=3.5",
45
- install_requires=["pandas", "scikit-learn", "requests", "pyyaml", "packaging"],
+ install_requires=["pandas", "scikit-learn", "requests", "pyyaml", "packaging", "GitPython"],
46
extras_require={
47
"swat": ["swat"],
48
"kerberos": [
0 commit comments