Skip to content

Commit 74696c5

Browse files
committed
one of the dependencies (httplib) was removed
1 parent 401a4fa commit 74696c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version="0.1.0",
66
description="500PX API client",
77
license="MIT",
8-
install_requires=["simplejson","httplib"],
8+
install_requires=["simplejson"],
99
author="Akira Hirakawa",
1010
author_email="akirahrkw@gmail.com",
1111
url="https://github.com/akirahrkw/python-500px",

0 commit comments

Comments
 (0)