-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
40 lines (31 loc) · 994 Bytes
/
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
# -------------------------------------------------------------------
# Required packages.
# -------------------------------------------------------------------
argparse
# Required for MODBUS Commmunication
pymodbus
pyModbusTCP
# To ensure compatibility with OpenCV on Raspberry Pi.
numpy>=1.20.0
protobuf>=3.18.0,<4
opencv-python~=4.5.3.56
# Can cause error, so try copying manually from other venv
# tflite-support>=0.4.2
# Required for data analysis and visualization
pandas
matplotlib
# Required to create GUI
tk
# -------------------------------------------------------------------
# optional packages.
# -------------------------------------------------------------------
# Required for MODBUS RTU Commmunication
pyserial>=3.5
# -------------------------------------------------------------------
# development, everything needed to develop/test/check.
# -------------------------------------------------------------------
# install:development
flake8
black
pyflakes
pydocstyle