Skip to content

Commit

Permalink
Add missing six dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkykh committed Aug 22, 2019
1 parent ca60ce6 commit 809e175
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 @@ -16,7 +16,7 @@
with io.open(os.path.join(here, 'HISTORY.rst'), encoding='utf-8') as f:
history = f.read()

install_requires = ['rebulk', 'babelfish', 'python-dateutil']
install_requires = ['rebulk', 'babelfish', 'python-dateutil', 'six']

setup_requires = ['pytest-runner']

Expand Down

0 comments on commit 809e175

Please sign in to comment.