Skip to content

Commit 3ab9745

Browse files
author
John Miller
committed
fix requirement
1 parent 4c21745 commit 3ab9745

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
import subprocess
55

66
setup(name="stitchclient",
7-
version="0.4.2",
7+
version="0.4.3",
88
description="A Stitch API client for Python",
99
author="Stitch",
1010
author_email="[email protected]",
@@ -14,5 +14,5 @@
1414
install_requires=[
1515
"python-dateutil",
1616
"msgpack-python",
17-
"request==2.12.4",
17+
"requests==2.12.4",
1818
])

0 commit comments

Comments
 (0)