Warning, /acts/CI/pyproject.toml is written in an unsupported language. File is not indexed.
0001 [tool.poetry]
0002 name = "acts-ci"
0003 version = "0.1.0"
0004 description = ""
0005 authors = ["Your Name <you@example.com>"]
0006
0007 [tool.poetry.dependencies]
0008 python = "^3.7"
0009 PyGithub = "^1.51"
0010 click = "^7.1.2"
0011 halo = "^0.0.29"
0012 PyYAML = "^5.3.1"
0013 sh = "^1.13.1"
0014 rich = "^3.3.0"
0015
0016 [tool.poetry.dev-dependencies]
0017
0018 [build-system]
0019 requires = ["poetry>=0.12"]
0020 build-backend = "poetry.masonry.api"