File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed
Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 2323# pip install pymodbus[serial]
2424
2525# install:repl
26- aiohttp = =3.8.5
27- typer [all ]= =0.7.0
28- prompt-toolkit = =3.0.36
29- pygments >= 2.14 .0
26+ aiohttp > =3.8.5
27+ typer [all ]> =0.7.0
28+ prompt-toolkit > =3.0.36
29+ pygments >= 2.15 .0
3030click >= 8.0.0
3131
3232# install:serial
@@ -37,29 +37,29 @@ pyserial>=3.5
3737# documentation, everything needed to generate documentation.
3838# -------------------------------------------------------------------
3939# install:documentation
40- recommonmark = =0.7.1
41- Sphinx = =5.3.0
42- sphinx-rtd-theme = =1.1.1
40+ recommonmark > =0.7.1
41+ Sphinx > =5.3.0
42+ sphinx-rtd-theme > =1.1.1
4343
4444
4545# -------------------------------------------------------------------
4646# development, everything needed to develop/test/check.
4747# -------------------------------------------------------------------
4848# install:development
49- codespell = =2.2.2
50- coverage = =7.1.0
51- mypy = =1.3.0
52- pre-commit = =3.1.1
53- pyflakes = =3.0.1
54- pydocstyle = =6.3.0
55- pycodestyle = =2.10.0
56- pylint = =2.17.2
57- pytest = =7.3.1
58- pytest-asyncio = =0.20.3
59- pytest-cov = =4.1.0
60- pytest-timeout = =2.1.0
61- pytest-xdist = =3.3.1
62- ruff = =0.0.261
49+ codespell > =2.2.2
50+ coverage > =7.1.0
51+ mypy > =1.3.0
52+ pre-commit > =3.1.1
53+ pyflakes > =3.0.1
54+ pydocstyle > =6.3.0
55+ pycodestyle > =2.10.0
56+ pylint > =2.17.2
57+ pytest > =7.3.1
58+ pytest-asyncio > =0.20.3
59+ pytest-cov > =4.1.0
60+ pytest-timeout > =2.1.0
61+ pytest-xdist > =3.3.1
62+ ruff > =0.0.261
6363types-Pygments
6464types-pyserial
65- twine = =4.0.2
65+ twine > =4.0.2
You can’t perform that action at this time.
0 commit comments