Skip to content

Commit

Permalink
version bumped and dependency "dateutil" added
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Kahl committed Aug 7, 2014
1 parent 3e05f7b commit ad0a888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name = "py-trello",
version = "0.2.2",
version = "0.2.3",

description = 'Python wrapper around the Trello API',
long_description = open('README.rst').read(),
Expand All @@ -24,7 +24,7 @@
'Programming Language :: Python 3',
'Programming Language :: Python 3.3',
],
install_requires = ["requests", "requests-oauthlib >= 0.4.1",],
install_requires = ["requests", "requests-oauthlib >= 0.4.1", "dateutil"],
packages = find_packages(),
include_package_data = True,
)
Expand Down

0 comments on commit ad0a888

Please sign in to comment.