Skip to content

Commit

Permalink
simplify client dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Feb 21, 2019
1 parent 88dcf7d commit d28eff7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@
],
extras_require={
'client': [
'python-engineio[client]>=3.2.0'
'requests>=2.21.0',
'websocket-client>=0.54.0',
],
'asyncio_client': [
'python-engineio[asyncio_client]>=3.2.0'
'aiohttp>=3.4',
'websockets>=7.0',
]
},
tests_require=[
Expand Down

0 comments on commit d28eff7

Please sign in to comment.