[tool.poetry] name = "github-metrics" version = "0.1.0" description = "" authors = ["Omar U. Espejel "] readme = "README.md" packages = [{include = "github_metrics"}] [tool.poetry.dependencies] python = "^3.11" gradio = "^4.19.2" pandas = "^2.2.1" matplotlib = "^3.8.3" termcolor = "^2.4.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"