ZIm/script/update_top_ranking_issues/pyproject.toml
Joseph T. Lyons ee280b0d05
Resurrect top-ranking issues script (#25433)
Release Notes:

- N/A
2025-02-23 14:24:56 -05:00

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",
]