Merge pull request #614 from sharkykh/patch-1

Add missing `six` dependency
This commit is contained in:
Rémi Alvergnat
2019-08-22 21:45:00 +02:00
committed by GitHub
+1 -1
View File
@@ -16,7 +16,7 @@ with io.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
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']