Skip to content

Commit 7fd807e

Browse files
committed
Six is required to run pyeleven
1 parent 053f143 commit 7fd807e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
install_requires = [
1212
'flask',
1313
'pykcs11',
14-
'retrying'
14+
'retrying',
15+
'six',
1516
]
1617

1718
setup(name='pyeleven',

0 commit comments

Comments
 (0)