Skip to content

Commit 690e13f

Browse files
Enforcing six version on setup.py
This plugin uses a function from six that was introduced on version 1.12, so now we will install the right six version.
1 parent 0049ffb commit 690e13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
packages=[__plugin_name__.lower()],
7474
package_data = __pkg_data__,
7575
install_requires=[
76-
'six',
76+
'six>=1.12',
7777
],
7878

7979
entry_points="""

0 commit comments

Comments
 (0)