Skip to content

Commit

Permalink
Merge pull request #186 from justinseanmartin/jmartin/fix-pybonjour-i…
Browse files Browse the repository at this point in the history
…nstall

Fix pybonjour install
  • Loading branch information
justinseanmartin committed Mar 13, 2016
2 parents 0b1296a + e3f823d commit f9af9d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -24,7 +24,8 @@ def read(fname):
author_email='eng@squareup.com',
url='https://github.com/square/PonyDebugger',
license='Apache Licence 2.0',
install_requires=['tornado', 'pybonjour'],
install_requires=['tornado', 'pybonjour==1.1.1'],
dependency_links=['https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/pybonjour/pybonjour-1.1.1.tar.gz'],
packages=['ponyd'],
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit f9af9d0

Please sign in to comment.