Use aiograpi instead of instagrapi
This commit is contained in:
parent
742f5b4b21
commit
e2a58b7216
5 changed files with 2062 additions and 19 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue