ipfs-shipyard / py-ipfs

python implementation of ipfs
http://ipfs.github.io/py-ipfs/
MIT License
477 stars 95 forks source link

add requirements.txt with multihash lib #16

Closed mvanveen closed 9 years ago

mvanveen commented 9 years ago

Hopefully settles https://github.com/ipfs/py-ipfs/issues/13 for the time being. Tested with Python 3 (I'm able to import multihash successfully from a fresh virtualenv).

candeira commented 9 years ago

Julien Palard's multihash library has been updated with a bugfix. Care to update your pull request to the new hash?