Skip to content

Commit

Permalink
fix(setup): requirements (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandrewcito authored Mar 8, 2021
1 parent 75d14c1 commit c248cef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="signalrcore",
version="0.9.0",
version="0.9.1",
author="mandrewcito",
author_email="[email protected]",
description="A Python SignalR Core client(json and messagepack), with invocation auth and two way streaming. Compatible with azure / serverless functions. Also with automatic reconnect and manually reconnect.",
Expand All @@ -19,8 +19,8 @@
"Programming Language :: Python :: 3.6"
],
install_requires=[
"requests>=2.22.0",
"websocket-client>=0.54.0",
"msgpack>=1.0.0"
"requests==2.25.1",
"websocket-client==0.54.0",
"msgpack==1.0.2"
]
)

0 comments on commit c248cef

Please sign in to comment.