mirror of
https://github.com/zed-industries/zed.git
synced 2026-05-31 19:05:00 +07:00
Self-Review Checklist: - [X] I've reviewed my own diff for quality, security, and reliability - [ ] Unsafe blocks (if any) have justifying comments - [ ] The content is consistent with the [UI/UX checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist) - [ ] Tests cover the new/changed behavior - [ ] Performance impact has been considered and is acceptable Release Notes: - N/A
15 lines
325 B
TOML
15 lines
325 B
TOML
[project]
|
|
name = "update-top-ranking-issues"
|
|
version = "0.1.0"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"mypy>=1.15.0",
|
|
"pytz>=2025.1",
|
|
"requests>=2.32.0",
|
|
"ruff>=0.14.13",
|
|
"typer>=0.15.1",
|
|
"types-pytz>=2025.1.0.20250204",
|
|
"types-requests>=2.32.0",
|
|
"urllib3>=2.7.0",
|
|
]
|