Skip to content

Commit

Permalink
chore: revert and add dev
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanSchalton committed Mar 16, 2024
1 parent 21144e6 commit 614fa9f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Python lint
run: ruff check --output-format=github .
- name: Python include order
Expand Down
12 changes: 12 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.6
paho-mqtt==2.0.0
pycryptodome==3.20.0
requests==2.31.0
ruff==0.3.3
setuptools==68.2.2
tuya-iot-py-sdk==0.6.6
urllib3==2.2.1
websocket-client==1.7.0
wheel==0.41.2

0 comments on commit 614fa9f

Please sign in to comment.