We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 053f143 + 7fd807e commit bd67907Copy full SHA for bd67907
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