Skip to content
Snippets Groups Projects
Unverified Commit 33a287ba authored by Brian of London's avatar Brian of London
Browse files

fix:modify dependencies in setup.py and requirements.txt to update requests...

fix:modify dependencies in setup.py and requirements.txt to update requests and websocket-client to increase compatibility with other packages.
chore: update version to 0.26.1

Signed-off-by: default avatarBrian of London (home imac) <brian@v4v.app>
parent 705e74ac
No related branches found
No related tags found
1 merge request!17fix:modify dependencies in setup.py and requirements.txt to update requests...
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
......@@ -69,3 +69,6 @@ target/
# IDEs
.vscode
.DS_Store
{env_name}*
.python-version
......@@ -16,7 +16,7 @@ except LookupError:
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))
VERSION = '0.26.0'
VERSION = '0.26.1'
tests_require = [
"mock == 4.0.3",
......@@ -40,8 +40,8 @@ tests_require = [
requires = [
"ecdsa == 0.16.1",
"requests == 2.27.1",
"websocket-client == 0.58.0",
"requests >= 2.31.0",
"websocket-client >= 1.6.3",
"appdirs == 1.4.4",
"scrypt == 0.8.18",
"pycryptodomex == 3.10.1",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment