20 lines
364 B
TOML
20 lines
364 B
TOML
[project]
|
|
name = "insta"
|
|
version = "0.1.2"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"instagram-dlpy>=1.2.0",
|
|
"typer>=0.15.2",
|
|
]
|
|
|
|
[project.scripts]
|
|
igdl = "dl:app"
|
|
|
|
[[tool.uv.index]]
|
|
# Optional name for the index.
|
|
name = "gitea"
|
|
# Required URL for the index.
|
|
url = "https://gitea.parano.ch"
|