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

remove requests requirements #10

Open
pahaz opened this issue Jul 29, 2016 · 3 comments
Open

remove requests requirements #10

pahaz opened this issue Jul 29, 2016 · 3 comments

Comments

@pahaz
Copy link

pahaz commented Jul 29, 2016

No description provided.

@MartinThoma
Copy link
Collaborator

@pahaz Please be more specific. Is this a feature request? A bug report? What happened / what did you expect to happen? What do you want to do?

@pahaz
Copy link
Author

pahaz commented Aug 8, 2016

@MartinThoma sorry, I try to explain you.

As you can see here https://github.com/schickling/docker-hook#features one of the feature of this project is "No dependencies". But now, this project have "requests" dependence.

@MartinThoma
Copy link
Collaborator

@pahaz Thank you for explaining it.
urllib and urllib2 are in the standard library.

u = urllib2.urlopen(json_params['callback_url'], json.dumps(data))
h.request('POST', '/whatever/index.php', data, headers)

could be what we need.

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