Skip to content

Commit

Permalink
Merge 809e175 into ca60ce6
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkykh committed Aug 22, 2019
2 parents ca60ce6 + 809e175 commit b150724
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 b150724

Please sign in to comment.