Only require argparse for python < 2.7
This commit is contained in:
parent
d0ad9850ad
commit
9d90694375
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -16,7 +16,7 @@ if sys.argv[-1] == 'publish':
|
|||
|
||||
packages = ['colout']
|
||||
|
||||
requires = ['argparse', 'pygments', 'babel']
|
||||
requires = ['argparse; python_version < "2.7"', 'pygments', 'babel']
|
||||
|
||||
setup(
|
||||
name='colout',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue