Skip to content

Commit

Permalink
relax trio dependency
Browse files Browse the repository at this point in the history
Fixes #97
  • Loading branch information
belm0 committed Jan 10, 2019
1 parent af5f1ee commit ab57312
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Expand Up @@ -36,11 +36,9 @@
keywords='websocket client server trio',
packages=find_packages(exclude=['docs', 'examples', 'tests']),
install_requires=[
# After modifying dependencies, always rebuild the requirements-dev.txt
# file! See developer docs for more details.
'async_generator>=1.10,<2',
'ipaddress>=1.0.22,<2',
'trio>=0.9,<0.10',
'trio>=0.9',
'wsaccel>=0.6.2,<0.7',
'wsproto>=0.12,<0.13',
'yarl>=1.2.6,<2'
Expand Down

0 comments on commit ab57312

Please sign in to comment.