File size: 401 Bytes
0faf251
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[tool.poetry]
name = "github-metrics"
version = "0.1.0"
description = ""
authors = ["Omar U. Espejel <espejelomar@gmail.com>"]
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"