mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Reinstate requirements.txt
This commit is contained in:
parent
92911def96
commit
7c93f6244d
@ -6,8 +6,8 @@ authors = ["Joseph T. Lyons <JosephTLyons@gmail.com>"]
|
||||
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"
|
||||
|
5
script/update_top_ranking_issues/requirements.txt
Normal file
5
script/update_top_ranking_issues/requirements.txt
Normal file
@ -0,0 +1,5 @@
|
||||
mypy==1.6.0
|
||||
PyGithub==1.55
|
||||
pytz==2022.1
|
||||
typer==0.9.0
|
||||
types-pytz==2023.3.1.1
|
Loading…
Reference in New Issue
Block a user