mirror of
https://github.com/tcivie/meshtastic-metrics-exporter.git
synced 2025-03-05 20:52:02 -08:00
Removed invalid meshtastic import and used Buf.build import + fixed security issue with cryptography lib
This commit is contained in:
parent
5183ade98b
commit
92210ee24a
|
@ -2,11 +2,14 @@ paho-mqtt~=2.1.0
|
|||
python-dotenv~=1.0.1
|
||||
prometheus_client~=0.20.0
|
||||
unishox2-py3~=1.0.0
|
||||
cryptography~=42.0.8
|
||||
cryptography~=44.0.1
|
||||
psycopg~=3.1.19
|
||||
psycopg_pool~=3.2.2
|
||||
meshtastic~=2.3.13
|
||||
psycopg-binary~=3.1.20
|
||||
geopy>=2.4.1
|
||||
psycopg-pool>=3.2.2
|
||||
APScheduler>=3.10.4
|
||||
APScheduler>=3.10.4
|
||||
|
||||
# Meshtastic Protocol Buffers
|
||||
meshtastic-protobufs-protocolbuffers-python==29.3.0.1.20241006120827+cc36fd21e859
|
||||
--extra-index-url https://buf.build/gen/python
|
||||
|
|
Loading…
Reference in a new issue