Skip to content

Commit

Permalink
Add 'six' to setup.py requirements (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
buxtronix authored Apr 9, 2018
1 parent 6ac315f commit 45cc011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 3',
'Topic :: Software Development :: Libraries'],
requires=[],
requires=['six'],
py_modules=['clitable', 'textfsm', 'copyable_regex_object',
'texttable', 'terminal'])

0 comments on commit 45cc011

Please sign in to comment.