forked from pymodbus-dev/pymodbus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
71 lines (61 loc) · 1.96 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# -------------------------------------------------------------------
# Python packages used by pymodbus.
# -------------------------------------------------------------------
# This file installs all requirements used by pymodbus, and are
# intended for developers who have cloned the repository.
#
# pymodbus is only being tested on python version 3.8, 3.9 and 3.10
# depending on the usage profile it might work on other versions.
# python_version>=3.8
# -------------------------------------------------------------------
# Required packages.
# -------------------------------------------------------------------
# install:required
# -------------------------------------------------------------------
# optional packages.
# -------------------------------------------------------------------
# These packages are optional for the runtime, but demanded for
# document generation, development and test.
#
# these packages can be installed like:
# pip install pymodbus[serial]
# install:repl
aiohttp==3.8.3
typer[all]==0.7.0
prompt-toolkit==3.0.36
pygments==2.14.0
# install:serial
pyserial>=3.5
# install:datastore
redis>=2.10.6
sqlalchemy>=1.1.15
# -------------------------------------------------------------------
# documentation, everything needed to generate documentation.
# -------------------------------------------------------------------
# install:documentation
recommonmark==0.7.1
Sphinx==5.3.0
sphinx-rtd-theme==1.1.1
# -------------------------------------------------------------------
# development, everything needed to develop/test/check.
# -------------------------------------------------------------------
# install:development]
bandit==1.7.4
black==22.12.0
codespell==2.2.2
coverage==7.1.0
flake8==6.0.0
flake8-docstrings==1.7.0
flake8-noqa==1.3.0
flake8-comprehensions==3.10.1
isort==5.11.4
pep8==1.7.1
pyflakes==3.0.1
pydocstyle==6.3.0
pycodestyle==2.10.0
pylint==2.15.10
pytest==7.2.1
pytest-asyncio==0.20.3
pytest-cov==4.0.0
pytest-timeout==2.1.0
pytest-xdist==3.1.0