Skip to content

Commit

Permalink
Merge pull request #614 from sharkykh/patch-1
Browse files Browse the repository at this point in the history
Add missing `six` dependency
  • Loading branch information
Toilal committed Aug 22, 2019
2 parents ca60ce6 + 809e175 commit bc65e99
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 bc65e99

Please sign in to comment.