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.
2 parents 0049ffb + 690e13f commit c06c6b4Copy full SHA for c06c6b4
setup.py
@@ -73,7 +73,7 @@
73
packages=[__plugin_name__.lower()],
74
package_data = __pkg_data__,
75
install_requires=[
76
- 'six',
+ 'six>=1.12',
77
],
78
79
entry_points="""
0 commit comments