Skip to content

Commit 018fdeb

Browse files
Add dependencies to setup
1 parent 77a677a commit 018fdeb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
author_email='andrew_ang@harvard.edu',
99
license='MIT',
1010
packages=['gdocrevisions'],
11-
package_data={'gdocrevisions': ['lib/*', 'bin/*'] },
12-
zip_safe=False,
11+
install_requires=[
12+
'oauth2client',
13+
'google-api-python-client',
14+
],
1315
)

0 commit comments

Comments
 (0)