Skip to content

Commit

Permalink
Merged hotfix/2.2.1 into master
Browse files Browse the repository at this point in the history
  • Loading branch information
iktakahiro committed Jul 31, 2016
2 parents 76132ff + ed85e41 commit d55bc90
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 @@ -6,14 +6,14 @@
__author__ = 'Takahiro Ikeuchi'

requires = ['requests', 'retrying']
tests_requires = ['requests', 'pytest']
tests_requires = ['requests', 'retrying', 'pytest']
extras_requires = {
':python_version<"3.4"': ["enum34"],
}

setup(
name="slackpy",
version="2.2.0",
version="2.2.1",
packages=['slackpy'],
install_requires=requires,
extras_require=extras_requires,
Expand Down

0 comments on commit d55bc90

Please sign in to comment.