Files
FindMy.py/pyproject.toml
2023-12-31 15:02:53 +01:00

22 lines
473 B
TOML

[tool.poetry]
name = "findmy-py"
version = "0.1.0"
description = "Everything you need to query Apple's Find My network!"
authors = ["Mike Almeloo <git@mikealmel.ooo>"]
readme = "README.md"
packages = [{ include = "findmy" }]
[tool.poetry.dependencies]
python = "^3.10"
srp = "^1.0.20"
cryptography = "^41.0.7"
beautifulsoup4 = "^4.12.2"
aiohttp = "^3.9.1"
[tool.ruff]
line-length = 100
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"