mirror of
https://github.com/Sneed-Group/pypush-plus-plus
synced 2024-12-23 11:22:42 -06:00
38 lines
961 B
TOML
38 lines
961 B
TOML
[tool.poetry]
|
|
name = "pypush"
|
|
version = "0.1.0"
|
|
description = "Cross-platform iMessage POC"
|
|
authors = [
|
|
"JJTech <jjtech@jjtech.dev>",
|
|
"Christopher <christopher@huntwork.net>", # pixelmonaskarion
|
|
"Dadoum <24679280+Dadoum@users.noreply.github.com>",
|
|
"Peter <PeterKW@users.noreply.github.com>", # PeterKW
|
|
"SpaceSaver <60277022+SpaceSaver@users.noreply.github.com>",
|
|
"Kasherpete <119694008+Kasherpete@users.noreply.github.com>",
|
|
]
|
|
license = "SSPL-1.0"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
requests = "^2.31.0"
|
|
cryptography = "^41.0.5"
|
|
wheel = "^0.42.0"
|
|
srp = "^1.0.20"
|
|
pbkdf2 = "^1.3"
|
|
unicorn = "^2.0.1.post1"
|
|
rich = "^13.7.0"
|
|
trio = "^0.23.1"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
printer = "^2.0.0"
|
|
ipython = "^8.17.2"
|
|
asn1crypto = "^1.5.1"
|
|
websockets = "^12.0"
|
|
|
|
[tool.poetry.scripts]
|
|
pypush = "pypush.__main__:entrypoint"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|