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

Added python 3 support and updated dependencies #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

maxmalysh
Copy link

Hi! I've added Python 3 support by using basestring from future package (the corresponding import is past.builtins), now it works both in Python 2 and 3.

Also I've updated ethereum and requests versions in setup.py and requirements.txt, but it is another commit, so you can merge only Python 3 stuff if you don't want to mess with dependencies.

@maurycyp
Copy link
Contributor

Hi @maxmalysh , thanks for this PR. I should have it tested, merged, and released this weekend.

If I remember correctly, the main thing that was holding back Python3 support was the ethereum library. It's now at 1.6.0 (from 1.5.2), and apparently supports Python3.

future is at 0.16.0 (from 0.15.2), so that needs to change as well.

I'm also thinking of unpinning the version of requests, since their API and release process is quite good. What do you think?

@tdickman
Copy link

tdickman commented Dec 4, 2017

Can we merge this?

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

Successfully merging this pull request may close these issues.

3 participants