1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-24 09:03:34 +00:00

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

View File

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