Remove requirements-first.txt, as it does not seem to be needed.
@@ -16,7 +16,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
- pip install -r requirements-first.txt
pip install -r requirements-dev.txt
- name: isort
run: isort --recursive --diff .
@@ -20,7 +20,6 @@ jobs:
- name: Test with pytest
run: pytest --cov=. --cov-config=.coveragerc --cov-report xml:coverage.xml
@@ -5,4 +5,4 @@ pytest
pytest-asyncio
pytest-cov
pycryptodome~=3.16.0
-tinytuya~=1.8.0
+tinytuya~=1.9.1
@@ -1 +0,0 @@
-pycryptodome~=3.16.0
@@ -1,2 +1,2 @@