Use aiograpi instead of instagrapi

This commit is contained in:
Oliver Hattshire 2025-10-27 00:32:58 -03:00
parent 742f5b4b21
commit e2a58b7216
5 changed files with 2062 additions and 19 deletions

View file

@ -13,8 +13,8 @@ requires-python = ">= 3.11"
keywords = ["xmpp", "chat", "instagram", "gateway", "bridge", "instant messaging"]
version = "0.0.0a1"
dependencies = [
"aiograpi@git+https://github.com/subzeroid/aiograpi@965689e",
"slidge>=0.3,<0.4",
"instagrapi>=2.2,<3",
]
[project.scripts]
@ -39,6 +39,9 @@ include = ["Insthidge"]
name = "pypi"
url = "https://pypi.org/simple"
[tool.uv.sources]
aiograpi = { git = "https://github.com/subzeroid/aiograpi", rev = "965689e" }
[tool.mypy]
files = ["Insthidge"]
check_untyped_defs = true