Skip to content

Commit d601fd8

Browse files
committed
Updated requests version in setup.py to 2.2.1.
1 parent a355a0e commit d601fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
long_description=LONG_DESCRIPTION,
5959
install_requires=[
6060
'docopt==0.6.1', 'python-dateutil==2.2',
61-
'PyYAML==3.10', 'requests==2.2.0'
61+
'PyYAML==3.10', 'requests==2.2.1'
6262
],
6363
zip_safe=True,
6464
**KWARGS)

0 commit comments

Comments
 (0)