mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-25 23:04:27 +00:00
13 lines
270 B
TOML
13 lines
270 B
TOML
[project]
|
|
name = "update-top-ranking-issues"
|
|
version = "0.1.0"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"mypy>=1.15.0",
|
|
"pygithub>=2.6.1",
|
|
"pytz>=2025.1",
|
|
"ruff>=0.9.7",
|
|
"typer>=0.15.1",
|
|
"types-pytz>=2025.1.0.20250204",
|
|
]
|