Reinstate requirements.txt
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
mypy==1.6.0
|
||||
PyGithub==1.55
|
||||
pytz==2022.1
|
||||
typer==0.9.0
|
||||
types-pytz==2023.3.1.1
|
||||
Reference in New Issue
Block a user