diff options
| author | Devendra | 2014-10-11 11:51:48 +0530 | 
|---|---|---|
| committer | Devendra | 2014-10-11 11:51:48 +0530 | 
| commit | ea544d9f3a35713a88c5a62a223a9cce3e9836ba (patch) | |
| tree | baf0e65c16a1da13861f4fbee253a9aa1aa699ac /setup.py | |
| parent | 21ea3d9b06f24025b7980eed6ae0727bc7b3abe1 (diff) | |
| download | pubnub-python-azure-fix.tar.bz2 | |
adding Jay's patch for azureazure-fix
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -20,7 +20,7 @@ setup(      ),      install_requires=[          'pycrypto>=2.6.1', -        'requests>=2.3.0' +        'requests>=2.4.0'      ],      zip_safe=False,  ) | 
