Skip to content

Commit

Permalink
Merge pull request #401 from tarbell-project/400-keyring-dependency-bug
Browse files Browse the repository at this point in the history
add hard oauth2client dependency
  • Loading branch information
eads committed Feb 23, 2016
2 parents 2d138b6 + 6aedee8 commit 1dd6f43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -34,16 +34,17 @@
include_package_data=True,
install_requires=[
"Flask==0.10.1",
"Frozen-Flask==0.11",
"Jinja2==2.7.3",
"Markdown==2.4.1",
"MarkupSafe==0.23",
"Frozen-Flask==0.11",
"PyYAML==3.11",
"boto==2.38.0",
"clint==0.4.1",
"gnureadline==6.3.3",
"google-api-python-client==1.3.1",
"keyring==5.3",
"oauth2client==1.5.2",
"python-dateutil>=2.2",
"requests==2.3.0",
"sh==1.09",
Expand Down

0 comments on commit 1dd6f43

Please sign in to comment.