pystatsd icon indicating copy to clipboard operation
pystatsd copied to clipboard

New Release

Open papachoco opened this issue 7 years ago • 1 comments

Hello,

I was wondering if we can get a new release of pystatsd that does not require argparse (as it is currently in master)

Perhaps conditionally including argparse for python <= 2.6 i.e.

extras_require={ ':python_version == "2.6"': [ 'argparse', ],

Thanks a lot.

Carlos

papachoco avatar Nov 13 '17 15:11 papachoco

Can you submit a pull request ?

vvuksan avatar Nov 13 '17 16:11 vvuksan