Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff8ae14

Browse files
committed
pin pycparser version to fix 2.6 issue
1 parent 8a7cff5 commit ff8ae14

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ def read(*parts):
2424
keywords=['quickbooks', 'qbo', 'accounting'],
2525
long_description=read('README.rst'),
2626

27+
test_runner='nosetests',
2728
entry_points={
2829
'console_scripts': ['quickbooks-cli=quickbooks.tools.cli:cli_execute']
2930
},
@@ -35,6 +36,7 @@ def read(*parts):
3536
'simplejson>=2.2.0',
3637
'six>=1.4.0',
3738
'python-dateutil',
39+
'pycparser==2.18'
3840
],
3941

4042
classifiers=[

0 commit comments

Comments
 (0)