-
-
Notifications
You must be signed in to change notification settings - Fork 101
/
requirements.txt
99 lines (90 loc) · 2.21 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
pip==24.2
setuptools==74.1.2
wheel==0.44.0
# Database
pony==0.7.19
yoyo-migrations==9.0.0
python-dotenv==1.0.1
# Audio
git+https://github.com/gbstack/ffprobe-python
pyalsaaudio==0.11.0
# Webserver packages
gevent==24.2.1
bottle==0.13.0
bottle_websocket==0.2.9
jinja2==3.1.4
retry==0.9.2
# !! Check first: https://piwheels.org/project/bcrypt/ !!
bcrypt==4.2.0
# !! Check first: https://piwheels.org/project/cryptography/ !!
cryptography==42.0.8
# Webcam packages
Pillow==10.4.0
# !! Check first: https://piwheels.org/project/numpy/ !!
# Version 2 needs to be supported for all sub projects. Do not upgrade !!
numpy==1.26.4
# !! Check first: https://piwheels.org/project/opencv-python-headless/ !!
opencv-python-headless==4.6.0.66
piexif==1.1.3
# Hardware / sensors packages
gpiozero==2.0.1
# Github version is more updated
git+https://github.com/oweidner/i2crelay
smbus2==0.4.3
smbus==1.1.post2
# Github version has some serious patches which we need. Pyipi version is outdated
git+https://github.com/IanHarvey/bluepy
requests==2.32.3
melopero_amg8833==0.2.1
RPi.bme280==0.2.4
RPi.GPIO==0.7.1
pyserial==3.5
pigpio_dht==0.3.6
pigpio==1.78
mitemp_bt==0.0.5
git+https://github.com/afer92/lywsd03mmc.git
PyMLX90614==0.0.4
pyownet==0.10.0.post1
veml6075==0.0.2
lib8relay==1.0.3
pylibftdi==0.22.0
asyncio==3.4.3
# Kasa update 0.7.X needs new code
python-kasa==0.6.2.1
meross-iot==0.4.7.3
PCA9685-driver==1.2.0
pywemo==1.4.0
simple-pid==2.0.1
sparkfun-qwiic-relay==0.0.2
sensirion-i2c-driver==1.0.0
sensirion-i2c-sht==0.4.0
bme680==2.0.0
Adafruit-Blinka==8.47.0
adafruit-circuitpython-sht31d==2.3.24
SM8relind==1.0.3
SM4relind==1.0.3
git+https://github.com/SequentMicrosystems/4relay-rpi.git#subdirectory=python/4relay
git+https://github.com/almottier/TapoP100.git
git+https://github.com/PiSupply/Bright-Pi
# Calendar and utils
icalevents==0.1.27
psutil==6.0.0
packaging==24.1
func_timeout==4.3.5
sdnotify==0.3.2
# MOTD packages
pyfancy==2.4.5
pyfiglet==1.0.2
ansi2html==1.9.2
# Notification packages
emails==0.6
luma.oled==3.13.0
i2c_lcd==0.1.0
python-telegram-bot[socks,http2]==21.5
# Overrule versions
# Force to latest version
# Version 2 will brake meross-iot package
paho-mqtt==1.6.1
icalendar==5.0.13
adafruit-circuitpython-typing==1.11.0
pydantic==2.8.2