mirror of
https://github.com/HuFlungDu/pylibmeshctrl.git
synced 2026-02-20 13:42:11 +00:00
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
|
||||
cryptography~=44.0.1
|
||||
pycparser~=2.22
|
||||
websockets~=14.2
|
||||
websockets~=15.0.0
|
||||
enum_tools
|
||||
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
@@ -45,7 +45,7 @@ python_requires = >=3.8
|
||||
install_requires =
|
||||
importlib-metadata
|
||||
cryptography~=44.0.1
|
||||
websockets~=14.2
|
||||
websockets~=15.0.0
|
||||
python-socks[asyncio]~=2.5.3
|
||||
|
||||
|
||||
|
||||
@@ -3,4 +3,4 @@ pytest-asyncio
|
||||
cffi==1.17.1
|
||||
cryptography~=44.0.1
|
||||
pycparser==2.22
|
||||
websockets~=14.2
|
||||
websockets~=15.0.0
|
||||
Reference in New Issue
Block a user