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

test fixes - just case-changes to match code page names, seems to need 'future' pip module

This commit is contained in:
Michael Billington
2016-09-13 20:28:54 +10:00
parent 7a7ea23628
commit 7b68d97f5f
4 changed files with 16 additions and 15 deletions

View File

@@ -113,6 +113,7 @@ setup(
'pyyaml',
'argparse',
'argcomplete',
'future'
],
setup_requires=[
'setuptools_scm',