Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Bump pybluez for python3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
myoung34 committed Jul 29, 2022
1 parent b817f5c commit 09de0b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license = "MIT"
python = ">=3.7,<4"
urllib3 = ">=1.26.5"
click = "^7.0"
pybluez = { git = "https://github.com/pybluez/pybluez.git", branch = "master" }
pybluez = { git = "https://github.com/tonyfettes/pybluez.git", branch = "bluez-use-bytes" }
requests = "^2.22"
jinja2 = ">=2.11.3"
influxdb-client = "^1.12.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
'jinja2>=2.11.3',
'oauth2client>=4.1.3,<5.0.0',
'prometheus_client>=0.8.0,<0.9.0',
'pybluez @ git+https://github.com/pybluez/pybluez.git@master',
'pybluez @ git+https://github.com/tonyfettes/pybluez.git@bluez-use-bytes',
'requests>=2.22,<3.0',
'urllib3>=1.26.5',
],
Expand Down

0 comments on commit 09de0b4

Please sign in to comment.