diff --git a/script/update_top_ranking_issues/pyproject.toml b/script/update_top_ranking_issues/pyproject.toml index ad7a6567ea..b9e96e03e9 100644 --- a/script/update_top_ranking_issues/pyproject.toml +++ b/script/update_top_ranking_issues/pyproject.toml @@ -6,8 +6,8 @@ authors = ["Joseph T. Lyons "] readme = "README.md" [tool.poetry.dependencies] -PyGithub = "1.55" mypy = "1.6.0" +PyGithub = "1.55" python = "3.12.1" pytz = "2022.1" typer = "0.9.0" diff --git a/script/update_top_ranking_issues/requirements.txt b/script/update_top_ranking_issues/requirements.txt new file mode 100644 index 0000000000..191e292be1 --- /dev/null +++ b/script/update_top_ranking_issues/requirements.txt @@ -0,0 +1,5 @@ +mypy==1.6.0 +PyGithub==1.55 +pytz==2022.1 +typer==0.9.0 +types-pytz==2023.3.1.1