33 lines
403 B
Plaintext
33 lines
403 B
Plaintext
## requirements file for local machine
|
|
|
|
# Raspberry GPIO
|
|
fake-rpi==0.6.3
|
|
RPi.GPIO==0.7.0
|
|
pyserial==3.4
|
|
|
|
# Raspberry SPI
|
|
spidev==3.2
|
|
|
|
# Raspberry I2C
|
|
smbus-cffi==0.5.1
|
|
|
|
# MQTT
|
|
paho-mqtt==1.5.0
|
|
|
|
# document
|
|
sphinx-autodoc-typehints==1.10.3
|
|
|
|
# profiling
|
|
gprof2dot==2019.11.30
|
|
yappi==1.2.3
|
|
objgraph==3.4.1
|
|
|
|
# compile
|
|
PyInstaller==3.6
|
|
pycrypto==2.6.1
|
|
|
|
# testing
|
|
matplotlib==3.2.1
|
|
|
|
# PostgreSQL
|
|
psycopg2==2.8.5 |