Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Release #101

Open
papachoco opened this issue Nov 13, 2017 · 1 comment
Open

New Release #101

papachoco opened this issue Nov 13, 2017 · 1 comment

Comments

@papachoco
Copy link

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

@vvuksan
Copy link
Collaborator

vvuksan commented Nov 13, 2017

Can you submit a pull request ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants