diff options
| author | Devendra | 2014-06-15 10:44:12 +0530 | 
|---|---|---|
| committer | Devendra | 2014-06-15 10:44:12 +0530 | 
| commit | 43162745c37f1e3f8f6b9c102f685a765f7fbc49 (patch) | |
| tree | 686724073fb4fcfffc00fe7157395ee5a72b0a6f /python | |
| parent | ac1ea5ddff5aa8615788ab784656b44d6a664100 (diff) | |
| download | pubnub-python-43162745c37f1e3f8f6b9c102f685a765f7fbc49.tar.bz2 | |
changing dependencies
Diffstat (limited to 'python')
| -rw-r--r-- | python/examples/pubnub-console/setup.py | 2 | 
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'      ], | 
