We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ac315f commit 45cc011Copy full SHA for 45cc011
setup.py
@@ -45,6 +45,6 @@
45
'Programming Language :: Python :: 2',
46
'Programming Language :: Python :: 3',
47
'Topic :: Software Development :: Libraries'],
48
- requires=[],
+ requires=['six'],
49
py_modules=['clitable', 'textfsm', 'copyable_regex_object',
50
'texttable', 'terminal'])
0 commit comments