diff --git a/requirements-dev.txt b/requirements-dev.txt index a424ccc..c56dd86 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,4 +3,5 @@ pytest-asyncio requests twine wheel -loguru \ No newline at end of file +loguru +uvicorn \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index c0abe7b..0680806 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ fastapi-websocket-rpc>=0.1.22,<1 permit-broadcaster[redis,postgres,kafka]>=0.2.0,<1 pydantic>=1.9.1,<2 -websockets>=10.3,<11 -uvicorn>=0.17,<0.18 \ No newline at end of file +websockets>=10.3,<11 \ No newline at end of file diff --git a/setup.py b/setup.py index d71b354..ab0da00 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def get_requirements(env=""): setup( name='fastapi_websocket_pubsub', - version='0.3.0', + version='0.3.1', author='Or Weis', author_email="or@permit.io", description="A fast and durable PubSub channel over Websockets (using fastapi-websockets-rpc).",