Skip to content

Commit e359a47

Browse files
authored
Update requirements.txt
1 parent 3daa9cd commit e359a47

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

requirements.txt

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
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
3030
click>=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
6363
types-Pygments
6464
types-pyserial
65-
twine==4.0.2
65+
twine>=4.0.2

0 commit comments

Comments
 (0)