Skip to content

Commit

Permalink
Merge pull request #98 from HyperionGray/belm0-patch-1
Browse files Browse the repository at this point in the history
relax trio dependency
  • Loading branch information
mehaase committed Jan 14, 2019
2 parents af5f1ee + ab57312 commit c3020f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
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 c3020f7

Please sign in to comment.