We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a355a0e commit d601fd8Copy full SHA for d601fd8
1 file changed
client/setup.py
@@ -58,7 +58,7 @@
58
long_description=LONG_DESCRIPTION,
59
install_requires=[
60
'docopt==0.6.1', 'python-dateutil==2.2',
61
- 'PyYAML==3.10', 'requests==2.2.0'
+ 'PyYAML==3.10', 'requests==2.2.1'
62
],
63
zip_safe=True,
64
**KWARGS)
0 commit comments