Skip to content

Commit

Permalink
Fix/setup (#57)
Browse files Browse the repository at this point in the history
* fix(setup): requirements

* fix(setup): v 0.9.2
  • Loading branch information
mandrewcito authored Mar 8, 2021
1 parent c248cef commit 13aaa64
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,6 @@ dmypy.json
# Containers code
./test/containers/code
#coverga
coverage_html
coverage_html
#venvwin
venvwin
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
msgpack==1.0.2
requests==2.25.1
requests>=2.22.0
websocket-client==0.54.0
4 changes: 2 additions & 2 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.1",
version="0.9.2",
author="mandrewcito",
author_email="anbaalo@gmail.com",
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,7 +19,7 @@
"Programming Language :: Python :: 3.6"
],
install_requires=[
"requests==2.25.1",
"requests>=2.22.0",
"websocket-client==0.54.0",
"msgpack==1.0.2"
]
Expand Down
Empty file.
Empty file.

0 comments on commit 13aaa64

Please sign in to comment.