Skip to content

Commit

Permalink
Make Bleak no longer optional
Browse files Browse the repository at this point in the history
  • Loading branch information
malmeloo committed Jan 5, 2024
1 parent 8d572b7 commit 479c150
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
32 changes: 16 additions & 16 deletions poetry.lock

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

6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "FindMy"
version = "0.3.0"
version = "0.3.1"
description = "Everything you need to work with Apple's Find My network!"
authors = ["Mike Almeloo <[email protected]>"]
readme = "README.md"
Expand All @@ -12,9 +12,7 @@ srp = "^1.0.20"
cryptography = "^41.0.7"
beautifulsoup4 = "^4.12.2"
aiohttp = "^3.9.1"

# Optional dependencies
bleak = { version = "^0.21.1", optional = true }
bleak = "^0.21.1"

[tool.poetry.extras]
scan = ["bleak"]
Expand Down

0 comments on commit 479c150

Please sign in to comment.