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