Skip to content

Commit 798c87f

Browse files
Added missing dependency: six.
1 parent 5416fb1 commit 798c87f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
packages=find_packages('.'),
1919
install_requires = [
2020
'prompt_toolkit>=2.0.0,<3.1.0',
21+
'six',
2122
'pyflakes', # For Python error reporting.
2223
'pygments', # For the syntax highlighting.
2324
'docopt', # For command line arguments.

0 commit comments

Comments
 (0)