File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,8 @@ idna==3.10
6464 # yarl
6565imagesize==1.4.1
6666 # via sphinx
67+ iniconfig==2.1.0
68+ # via pytest
6769iso8601==2.1.0
6870 # via appdaemon (pyproject.toml)
6971jinja2==3.1.6
@@ -90,11 +92,15 @@ myst-parser==4.0.1
9092orderly-set==5.5.0
9193 # via deepdiff
9294packaging==25.0
93- # via sphinx
95+ # via
96+ # pytest
97+ # sphinx
9498paho-mqtt==2.1.0
9599 # via appdaemon (pyproject.toml)
96100pid==3.0.4
97101 # via appdaemon (pyproject.toml)
102+ pluggy==1.6.0
103+ # via pytest
98104propcache==0.3.2
99105 # via
100106 # aiohttp
@@ -106,8 +112,15 @@ pydantic-core==2.27.2
106112pygments==2.19.2
107113 # via
108114 # appdaemon (pyproject.toml)
115+ # pytest
109116 # sphinx
110117 # sphinx-tabs
118+ pytest==8.4.2
119+ # via
120+ # appdaemon (pyproject.toml)
121+ # pytest-asyncio
122+ pytest-asyncio==1.2.0
123+ # via appdaemon (pyproject.toml)
111124python-dateutil==2.9.0.post0
112125 # via appdaemon (pyproject.toml)
113126python-engineio==4.12.2
@@ -180,6 +193,7 @@ typing-extensions==4.15.0
180193 # anyio
181194 # pydantic
182195 # pydantic-core
196+ # pytest-asyncio
183197 # starlette
184198urllib3==2.5.0
185199 # via requests
Original file line number Diff line number Diff line change @@ -64,12 +64,14 @@ dev = [
6464
6565# Dependencies required to build the documentation using sphinx
6666doc = [
67+ " myst-parser>=4.0.0" ,
6768 " sphinx-autobuild>=2021.3.14" ,
6869 " sphinx-rtd-theme>=3.0.2" ,
6970 " sphinx-copybutton>=0.5.2" ,
7071 " sphinx-tabs>=3.4.7" ,
7172 " pygments>=2.14" ,
72- " myst-parser>=4.0.0" ,
73+ " pytest>=8.3.2" ,
74+ " pytest-asyncio>=1.0.0" ,
7375]
7476
7577# Define the main CLI script
You can’t perform that action at this time.
0 commit comments