diff --git a/.gitignore b/.gitignore index 5d3c181..dbd0445 100644 --- a/.gitignore +++ b/.gitignore @@ -121,4 +121,6 @@ dmypy.json # Containers code ./test/containers/code #coverga -coverage_html \ No newline at end of file +coverage_html +#venvwin +venvwin \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index a018c5b..3e699b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ msgpack==1.0.2 -requests==2.25.1 +requests>=2.22.0 websocket-client==0.54.0 diff --git a/setup.py b/setup.py index 851271f..d11290e 100644 --- a/setup.py +++ b/setup.py @@ -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.", @@ -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" ] diff --git a/signalrcore/transport/__init__.py b/signalrcore/transport/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/signalrcore/transport/websockets/__init__.py b/signalrcore/transport/websockets/__init__.py new file mode 100644 index 0000000..e69de29