Skip to content

Commit

Permalink
Add pytz in install_requires
Browse files Browse the repository at this point in the history
`import trello` requires `pytz` installed.
  • Loading branch information
hongqn authored Nov 21, 2016
1 parent c229a7c commit ef0a876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
],
install_requires=["requests", "requests-oauthlib >= 0.4.1", "python-dateutil"],
install_requires=["requests", "requests-oauthlib >= 0.4.1", "python-dateutil", "pytz"],
packages=find_packages(),
include_package_data=True,
)
Expand Down

0 comments on commit ef0a876

Please sign in to comment.