I guess localconfig needs future

This commit is contained in:
Davis Goglin 2016-03-15 12:14:56 -07:00 committed by Davis Goglin
parent c7b36916e7
commit 39e912bef4
2 changed files with 2 additions and 0 deletions

View File

@ -5,4 +5,5 @@ pyserial
sphinx-rtd-theme
setuptools-scm
appdirs
future
localconfig

View File

@ -73,6 +73,7 @@ setup(
'pyserial',
'six',
'appdirs',
'future',
'localconfig',
],
setup_requires=[