aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/pubnub-console/setup.py
diff options
context:
space:
mode:
authorDevendra2014-06-15 10:44:12 +0530
committerDevendra2014-06-15 10:44:12 +0530
commit43162745c37f1e3f8f6b9c102f685a765f7fbc49 (patch)
tree686724073fb4fcfffc00fe7157395ee5a72b0a6f /python/examples/pubnub-console/setup.py
parentac1ea5ddff5aa8615788ab784656b44d6a664100 (diff)
downloadpubnub-python-43162745c37f1e3f8f6b9c102f685a765f7fbc49.tar.bz2
changing dependencies
Diffstat (limited to 'python/examples/pubnub-console/setup.py')
-rw-r--r--python/examples/pubnub-console/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/pubnub-console/setup.py b/python/examples/pubnub-console/setup.py
index e5a06ad..c08be33 100644
--- a/python/examples/pubnub-console/setup.py
+++ b/python/examples/pubnub-console/setup.py
@@ -19,7 +19,7 @@ setup(
'Topic :: Software Development :: Libraries :: Python Modules',
),
install_requires=[
- 'pubnub==3.5.0-beta',
+ 'pubnub==3.5.0-beta-1',
'cmd2>=0.6.7',
'pygments >= 1.6'
],