Skip to content

Commit 2ca1ab4

Browse files
committed
remove unused pyopenssl dependency
1 parent d4c63b3 commit 2ca1ab4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

setup.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,11 @@
1111
license='Apache',
1212
packages=find_packages(),
1313
include_package_data=True,
14-
install_requires=['google-api-python-client', 'pyopenssl', 'httplib2',
15-
'python-dateutil'],
14+
install_requires=[
15+
'google-api-python-client',
16+
'httplib2',
17+
'python-dateutil'
18+
],
1619
author='Tyler Treat',
1720
author_email='ttreat31@gmail.com',
1821
classifiers=[

0 commit comments

Comments
 (0)