pystatsd
pystatsd copied to clipboard
New Release
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
Can you submit a pull request ?