python3.5 branch of kademlia in buildout.cfg

pull/15/head
Michael Egorov 2017-08-17 23:46:37 -07:00
parent d25aebb52b
commit d235b86955
1 changed files with 11 additions and 0 deletions

11
buildout.cfg Normal file
View File

@ -0,0 +1,11 @@
[buildout]
parts = kademlia
[kademlia]
recipe = zc.recipe.egg
find-links =
https://github.com/bmuller/kademlia/archive/python3.5.tar.gz#egg=kademlia-1.0
https://github.com/bmuller/rpcudp/archive/python3.5.tar.gz#egg=rpcudp-3.0.0
eggs =
kademlia
rpcudp