forked from Narcissus/pylibmeshctrl
Updated requirements to websockets 15. This breaks things.
This commit is contained in:
@@ -8,5 +8,5 @@ sphinx-toolbox>=2.16.0
|
|||||||
cffi~=1.17.1
|
cffi~=1.17.1
|
||||||
cryptography~=44.0.1
|
cryptography~=44.0.1
|
||||||
pycparser~=2.22
|
pycparser~=2.22
|
||||||
websockets~=14.2
|
websockets~=15.0.0
|
||||||
enum_tools
|
enum_tools
|
||||||
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
@@ -45,7 +45,7 @@ python_requires = >=3.8
|
|||||||
install_requires =
|
install_requires =
|
||||||
importlib-metadata
|
importlib-metadata
|
||||||
cryptography~=44.0.1
|
cryptography~=44.0.1
|
||||||
websockets~=14.2
|
websockets~=15.0.0
|
||||||
python-socks[asyncio]~=2.5.3
|
python-socks[asyncio]~=2.5.3
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ pytest-asyncio
|
|||||||
cffi==1.17.1
|
cffi==1.17.1
|
||||||
cryptography~=44.0.1
|
cryptography~=44.0.1
|
||||||
pycparser==2.22
|
pycparser==2.22
|
||||||
websockets~=14.2
|
websockets~=15.0.0
|
||||||
Reference in New Issue
Block a user