added dependency: six

This commit is contained in:
Lex Berezhny 2018-06-09 17:39:36 -04:00 committed by Jack Robison
parent e11a2e6f85
commit 37bccdad9f
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -29,7 +29,8 @@ requires = [
'txJSON-RPC', 'txJSON-RPC',
'zope.interface', 'zope.interface',
'treq', 'treq',
'docopt' 'docopt',
'six'
] ]
console_scripts = [ console_scripts = [