Skip to content
This repository has been archived by the owner on Nov 17, 2018. It is now read-only.

Commit

Permalink
Updated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Pronsky committed Jan 29, 2015
1 parent e853ec7 commit c6344c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -26,7 +26,7 @@ def get_package_version():
dependency_links.append(
'https://github.com/renshawbay/pika-python3/archive/python3.zip#egg=pika-python3'
)
install_requires.append('pika-python3')
install_requires.append('python3-pika')
else:
install_requires.append('pika')

Expand Down

0 comments on commit c6344c1

Please sign in to comment.