Separate test and dev dependencies

This commit is contained in:
Odd Stråbø 2025-08-21 10:27:56 +02:00
commit 5979afc65e
3 changed files with 5 additions and 3 deletions

View file

@ -35,7 +35,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-dev.txt
python -m pip install -r requirements-test.txt
- name: Lint with flake8
run: |

4
requirements-dev.txt Normal file
View file

@ -0,0 +1,4 @@
-r requirements-test.txt
pre-commit >= 3.7.1
black >= 24.4.2

View file

@ -10,13 +10,11 @@ Kodistubs ~=21.0
git+https://github.com/ruuk/script.module.addon.signals
pre-commit >= 3.7.1
pytest >= 4.6.11
coverage >= 5.2
flake8 >= 3.8
flake8-import-order >= 0.18
websocket-client >= 1.6.4
black >= 24.4.2
types-requests >= 2.31
types-PyYAML >= 6.0