Browse Source

added six as an explicit dependency

master
Stephane Martin 7 years ago
parent
commit
1fef1b754c
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      setup.py

+ 2
- 1
setup.py View File

@@ -43,7 +43,8 @@ setup(name='realms-wiki',
'itsdangerous==0.24',
'markdown2==2.3.1',
'python-ldap==2.4.22',
'simplejson==3.6.3'
'simplejson==3.6.3',
'six=1.10.0'
],
entry_points={
'console_scripts': [


Loading…
Cancel
Save