Skip to content

Instantly share code, notes, and snippets.

@olivierpelet
Last active July 30, 2020 10:43
Show Gist options
  • Save olivierpelet/f67f8719da3ff96cb4369b489d7873b7 to your computer and use it in GitHub Desktop.
Save olivierpelet/f67f8719da3ff96cb4369b489d7873b7 to your computer and use it in GitHub Desktop.
Pybluez rasberry pi 4
[tool.poetry]
name = "test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.6"
pybluez = "^0.23"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment