zed/script/update_top_ranking_issues/pyproject.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
251 B
TOML
Raw Normal View History

2024-10-10 02:53:01 +00:00
[project]
name = "update-top-ranking-issues"
version = "0.1.0"
readme = "README.md"
2024-10-10 02:53:01 +00:00
requires-python = ">=3.12"
dependencies = [
"mypy>=1.11.2",
"pygithub>=2.4.0",
"pytz>=2024.2",
"typer>=0.12.5",
"types-pytz>=2024.2.0.20241003",
]