Skip to content

Commit 27f0735

Browse files
author
Pete Wildsmith
authored
Merge pull request #4 from weargoggles/0.22-support
0.22 support
2 parents 80c1fd7 + e719893 commit 27f0735

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
setup(
66
name='aioproxy',
7-
version='0.0.1',
7+
version='0.0.4',
88
description='reverse proxy with aiohttp',
99
author='Pete Wildsmith',
1010
author_email='[email protected]',
1111
url='https://github.com/weargoggles/aioproxy',
1212
py_modules=['aioproxy'],
13-
install_requires=['aiohttp'],
13+
install_requires=['aiohttp<0.23'],
1414
test_suite='nose.collector',
1515
tests_require=['nose'],
1616
)

0 commit comments

Comments
 (0)