mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 21:32:40 +00:00
d8484c57e1
Release Notes: - N/A
12 lines
251 B
TOML
12 lines
251 B
TOML
[project]
|
|
name = "update-top-ranking-issues"
|
|
version = "0.1.0"
|
|
readme = "README.md"
|
|
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",
|
|
]
|