Replace future and ConfigParser with localconfig

This commit is contained in:
Davis Goglin 2016-03-15 12:00:19 -07:00 committed by Davis Goglin
parent 73be1f2c48
commit 1adc66992d
1 changed files with 2 additions and 1 deletions

View File

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