Skip to content

Commit

Permalink
Bump dremel3dpy dependency so there's no implicit dependency to tkinter
Browse files Browse the repository at this point in the history
  • Loading branch information
godely committed Jun 27, 2022
1 parent 449d574 commit 771f823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/dremel_3d_printer/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"domain": "dremel_3d_printer",
"version": "1.1.2",
"version": "1.1.3",
"name": "Dremel 3D Printer",
"config_flow": true,
"documentation": "https://github.com/godely/dremel-3d-printer-homeassistant",
"issue_tracker": "https://github.com/godely/dremel-3d-printer-homeassistant/issues",
"requirements": ["dremel3dpy==1.1.1"],
"requirements": ["dremel3dpy==2.0.0"],
"codeowners": ["@godely"],
"iot_class": "local_polling"
}

0 comments on commit 771f823

Please sign in to comment.