Skip to content

Commit bd67907

Browse files
Merge pull request #7 from theseal/main
Six is required to run pyeleven
2 parents 053f143 + 7fd807e commit bd67907

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)