aboutsummaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2026-01-03 18:41:12 +0000
committerjwansek <eddie.atten.ea29@gmail.com>2026-01-03 18:41:12 +0000
commit78e12d3b2a4a4d16988622bf3aa95d0305fb79d6 (patch)
tree492f540dee80f83ddc9dbf6009768c8fde14a083 /requirements.txt
parent6739270870612f4be95bb5f7bf0fc2f06f6bc52b (diff)
downloadUPSMartMonitor-78e12d3b2a4a4d16988622bf3aa95d0305fb79d6.tar.gz
UPSMartMonitor-78e12d3b2a4a4d16988622bf3aa95d0305fb79d6.zip
Added OCR and InfluxDB
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index a614f08..4502b89 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,6 @@
+# sudo apt install tesseract-ocr python3-tk python3-dev
pyautogui
opencv-python
-
+pytesseract
+python-dotenv
+influxdb-client