We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 053f143 commit 7fd807eCopy full SHA for 7fd807e
1 file changed
setup.py
@@ -11,7 +11,8 @@
11
install_requires = [
12
'flask',
13
'pykcs11',
14
- 'retrying'
+ 'retrying',
15
+ 'six',
16
]
17
18
setup(name='pyeleven',
0 commit comments