summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--requirements.txt6
-rw-r--r--requirements_kettle.txt3
2 files changed, 4 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
diff --git a/requirements_kettle.txt b/requirements_kettle.txt
new file mode 100644
index 0000000..d003269
--- /dev/null
+++ b/requirements_kettle.txt
@@ -0,0 +1,3 @@
+# for polaris kettle protocol implementation
+cryptography==41.0.1
+zeroconf==0.64.1 \ No newline at end of file