Skip to content

Commit 45cc011

Browse files
authored
Add 'six' to setup.py requirements (#28)
1 parent 6ac315f commit 45cc011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
'Programming Language :: Python :: 2',
4646
'Programming Language :: Python :: 3',
4747
'Topic :: Software Development :: Libraries'],
48-
requires=[],
48+
requires=['six'],
4949
py_modules=['clitable', 'textfsm', 'copyable_regex_object',
5050
'texttable', 'terminal'])

0 commit comments

Comments
 (0)