Add future requirement to be able to use configparser

This commit is contained in:
Davis Goglin 2016-03-14 16:53:25 -07:00 committed by Davis Goglin
parent 133241e7e9
commit 6096c15b80
2 changed files with 3 additions and 1 deletions

View File

@ -4,3 +4,4 @@ qrcode>=4.0
pyserial
sphinx-rtd-theme
setuptools-scm
future

View File

@ -72,6 +72,7 @@ setup(
'qrcode>=4.0',
'pyserial',
'six',
'future',
],
setup_requires=[
'setuptools_scm',