|
|
|
@ -41,10 +41,8 @@ apprise~=1.8.0
|
|
|
|
|
# use v1.x due to https://github.com/eclipse/paho.mqtt.python/issues/814
|
|
|
|
|
paho-mqtt>=1.6.1,<2.0.0
|
|
|
|
|
|
|
|
|
|
# This mainly affects some ARM builds, which unlike the other builds ignores "ARG CRYPTOGRAPHY_DONT_BUILD_RUST=1"
|
|
|
|
|
# so without this pinning, the newer versions on ARM will forcefully try to build rust, which results in "rust compiler not found"
|
|
|
|
|
# (introduced once apprise became a dep)
|
|
|
|
|
cryptography~=3.4
|
|
|
|
|
# Requires extra wheel for rPi
|
|
|
|
|
cryptography~=42.0.8
|
|
|
|
|
|
|
|
|
|
# Used for CSS filtering
|
|
|
|
|
beautifulsoup4
|
|
|
|
|