Skip to content

Commit 2892abe

Browse files
committed
Adding six to install_requires. intercom#80
1 parent 8c2ba02 commit 2892abe

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
@@ -31,6 +31,6 @@
3131
classifiers=[],
3232
packages=find_packages(),
3333
include_package_data=True,
34-
install_requires=["requests", "inflection", "certifi"],
34+
install_requires=["requests", "inflection", "certifi", "six"],
3535
zip_safe=False
3636
)

0 commit comments

Comments
 (0)