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 cca393e commit 91e7fc1Copy full SHA for 91e7fc1
setup.py
@@ -23,6 +23,7 @@
23
install_requires = [
24
"django",
25
"GitPython",
26
+ "typing_extensions==3.10.0.0",
27
]
28
29
test_requires = [
0 commit comments