Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sarumont committed Dec 21, 2012
1 parent 5c8a23e commit c8be144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


setup( setup(
name = "py-trello", name = "py-trello",
version = "0.1.2", version = "0.1.3",


description = 'Python wrapper around the Trello API', description = 'Python wrapper around the Trello API',
long_description = open('README.rst').read(), long_description = open('README.rst').read(),
Expand All @@ -20,7 +20,7 @@
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
], ],
install_requires = ['httplib2', ], install_requires = ['httplib2', 'oauth2',],
packages = find_packages(), packages = find_packages(),
include_package_data = True, include_package_data = True,
) )

0 comments on commit c8be144

Please sign in to comment.