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 6e9d06f commit dfd866cCopy full SHA for dfd866c
pyproject.toml
@@ -1,3 +1,3 @@
1
[build-system]
2
# get_version() in setup.py requires GitPython.
3
-requires = ["setuptools", "wheel", "GitPython"]
+requires = ["setuptools", "wheel", "GitPython==3.1.14"]
setup.py
@@ -92,7 +92,7 @@ def get_version(git_tag):
92
"environs"
93
],
94
setup_requires=[
95
- "GitPython"
+ "GitPython==3.1.14"
96
97
license="Other",
98
classifiers=[
0 commit comments