Skip to content

Commit

Permalink
Use the custom fork of github.com/eallik/txzmq as the dependency inst…
Browse files Browse the repository at this point in the history
…ead of the original one at github.com/smira/txzmq
  • Loading branch information
Erik Allik committed Oct 14, 2012
1 parent e19510b commit 4a28457
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup.py
Expand Up @@ -10,7 +10,11 @@
install_requires=[
'twisted>=12.0',
'txcoroutine',
'txzmq',
'txzmq==0.5.1',
],

dependency_links=[
'https://github.com/eallik/txZMQ/tarball/master#egg=txzmq-0.5.1'
],

author="Erik Allik",
Expand Down

0 comments on commit 4a28457

Please sign in to comment.