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

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

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