Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docker/agent/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
fastapi==0.104.1
uvicorn==0.24.0
pydantic==2.5.0
python-multipart==0.0.6
python-multipart==0.0.18

# Sensor libraries
opencv-python==4.8.1.78
numpy==1.24.3
Pillow==10.1.0
Pillow==10.3.0
pyserial==3.5
adafruit-circuitpython-bno055==1.0.0
adafruit-circuitpython-gps==4.0.0
Expand All @@ -17,12 +17,12 @@ adafruit-circuitpython-onewire==1.0.0
# Data processing
pandas==2.1.4
scipy==1.11.4
scikit-learn==1.3.2
scikit-learn==1.5.0

# Communication
paho-mqtt==1.6.1
nats-py==2.3.0
requests==2.31.0
requests==2.32.4

# Utilities
python-dotenv==1.0.0
Expand Down
4 changes: 2 additions & 2 deletions docker/bridge/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
fastapi==0.104.1
uvicorn==0.24.0
pydantic==2.5.0
python-multipart==0.0.6
python-multipart==0.0.18

# Message brokers
paho-mqtt==1.6.1
Expand All @@ -17,7 +17,7 @@ watchdog==3.0.0
pathlib2==2.3.7

# HTTP client
requests==2.31.0
requests==2.32.4
httpx==0.25.2

# Utilities
Expand Down
6 changes: 3 additions & 3 deletions docker/compress/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
fastapi==0.104.1
uvicorn==0.24.0
pydantic==2.5.0
python-multipart==0.0.6
python-multipart==0.0.18

# Compression libraries
lz4==4.3.2
Expand All @@ -13,7 +13,7 @@ lzma==0.0.0
# Data processing
pandas==2.1.4
numpy==1.24.3
Pillow==10.1.0
Pillow==10.3.0

# File handling
watchdog==3.0.0
Expand All @@ -22,7 +22,7 @@ pathlib2==2.3.7
# Communication
paho-mqtt==1.6.1
nats-py==2.3.0
requests==2.31.0
requests==2.32.4

# Utilities
python-dotenv==1.0.0
Expand Down
4 changes: 2 additions & 2 deletions docker/ota/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
fastapi==0.104.1
uvicorn==0.24.0
pydantic==2.5.0
python-multipart==0.0.6
python-multipart==0.0.18

# Docker client
docker==6.1.3

# HTTP client
requests==2.31.0
requests==2.32.4
httpx==0.25.2

# Utilities
Expand Down
Loading