diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ install_requires = [ 'six>=1.11.0', 'cheroot>=6.2.4', 'portend>=2.1.1', + 'more_itertools', ] extras_require = { |