From f29e139cbb7e4a4d539cba6e894ef4a6acd312d6 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Wed, 31 May 2023 09:22:00 +0300 Subject: WIP: big refactoring --- requirements.txt | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 46f9b8c..4595dea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,25 +1,24 @@ paho-mqtt==1.6.1 inverterd~=1.0.3 clickhouse-driver~=0.2.0 -toml~=0.10.2 mysql-connector-python~=8.0.27 -Werkzeug==2.2.2 +Werkzeug==2.3.6 uwsgi~=2.0.20 -python-telegram-bot==13.15 -requests==2.28.1 +python-telegram-bot==20.3 +requests==2.31.0 aiohttp~=3.8.1 -pytz==2022.6 +pytz==2023.3 PyYAML~=6.0 -apscheduler~=3.9.1 +apscheduler==3.10.1 psutil~=5.9.1 aioshutil~=1.1 -scikit-image~=0.19.3 - +scikit-image==0.21.0 +cerberus~=1.3.4 # following can be installed from debian repositories # matplotlib~=3.5.0 -Pillow~=9.1.1 +Pillow==9.5.0 # for polaris kettle protocol implementation -cryptography==38.0.4 -zeroconf==0.39.4 \ No newline at end of file +cryptography==41.0.1 +zeroconf==0.64.1 \ No newline at end of file -- cgit v1.2.3 From 58d6d519d104196314c02b77cdd05cd996f71508 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 11 Jun 2023 03:32:21 +0300 Subject: start splitting requirements.txt into multiple files --- requirements.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 4595dea..521ae41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,8 +17,4 @@ cerberus~=1.3.4 # following can be installed from debian repositories # matplotlib~=3.5.0 -Pillow==9.5.0 - -# for polaris kettle protocol implementation -cryptography==41.0.1 -zeroconf==0.64.1 \ No newline at end of file +Pillow==9.5.0 \ No newline at end of file -- cgit v1.2.3