mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
20 lines
383 B
TOML
20 lines
383 B
TOML
[tool.poetry]
|
|
name = "update-top-ranking-issues"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Joseph T. Lyons <JosephTLyons@gmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
mypy = "1.6.0"
|
|
PyGithub = "1.55"
|
|
python = "3.12.1"
|
|
pytz = "2022.1"
|
|
typer = "0.9.0"
|
|
types-pytz = "2023.3.1.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|