Skip to content

Commit

Permalink
Pin aiohttp dependency in setup.py (see #12)
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Apr 24, 2017
1 parent 590ec1c commit 9ac6a44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aslack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
logging.getLogger(__name__).addHandler(logging.NullHandler())

__author__ = 'Jonathan Sharpe'
__version__ = '0.10.0'
__version__ = '0.11.0'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def run_tests(self):
extras_require=dict(
examples=['atmdb>=0.1.3'],
),
install_requires=['aiohttp>=0.15.0'],
install_requires=['aiohttp>=0.15.0,<0.21'],
license='License :: OSI Approved :: ISC License (ISCL)',
long_description=long_description,
name='aslack',
Expand Down

0 comments on commit 9ac6a44

Please sign in to comment.