Skip to content

Commit

Permalink
Merge pull request #4 from weargoggles/0.22-support
Browse files Browse the repository at this point in the history
0.22 support
  • Loading branch information
Pete Wildsmith committed Nov 24, 2016
2 parents 80c1fd7 + e719893 commit 27f0735
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,13 +4,13 @@

setup(
name='aioproxy',
version='0.0.1',
version='0.0.4',
description='reverse proxy with aiohttp',
author='Pete Wildsmith',
author_email='pete@weargoggles.co.uk',
url='https://github.com/weargoggles/aioproxy',
py_modules=['aioproxy'],
install_requires=['aiohttp'],
install_requires=['aiohttp<0.23'],
test_suite='nose.collector',
tests_require=['nose'],
)

0 comments on commit 27f0735

Please sign in to comment.