added six as an explicit dependency
This commit is contained in:
parent
1152c851e1
commit
1fef1b754c
3
setup.py
3
setup.py
|
@ -43,7 +43,8 @@ setup(name='realms-wiki',
|
||||||
'itsdangerous==0.24',
|
'itsdangerous==0.24',
|
||||||
'markdown2==2.3.1',
|
'markdown2==2.3.1',
|
||||||
'python-ldap==2.4.22',
|
'python-ldap==2.4.22',
|
||||||
'simplejson==3.6.3'
|
'simplejson==3.6.3',
|
||||||
|
'six=1.10.0'
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
|
|
Loading…
Reference in a new issue