diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-06-11 03:32:21 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-06-11 03:32:21 +0300 |
commit | 58d6d519d104196314c02b77cdd05cd996f71508 (patch) | |
tree | 4713168fb2d6208486d86945cebddad70728b76a /requirements.txt | |
parent | 387c26e218f7bf10819d7bed657f7f62b64e18ce (diff) |
start splitting requirements.txt into multiple files
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 6 |
1 files changed, 1 insertions, 5 deletions
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 |