Skip to content

Commit

Permalink
adds yaml dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Rosen committed Jan 30, 2013
1 parent 5c4c0b9 commit fd0c0f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -27,7 +27,8 @@
"oauth2client >= 1.0",
"google-api-python-client >= 1.0",
"httplib2 >= 0.7.6",
"pandas >= 0.9.0"
"pandas >= 0.9.0",
"PyYAML >= 3.10"
],
include_package_data = True,
classifiers=[
Expand Down

0 comments on commit fd0c0f5

Please sign in to comment.