start splitting requirements.txt into multiple files

This commit is contained in:
Evgeny Zinoviev 2023-06-11 03:32:21 +03:00
parent 387c26e218
commit 58d6d519d1
2 changed files with 4 additions and 5 deletions

View File

@ -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
Pillow==9.5.0

3
requirements_kettle.txt Normal file
View File

@ -0,0 +1,3 @@
# for polaris kettle protocol implementation
cryptography==41.0.1
zeroconf==0.64.1