add github lib

This commit is contained in:
Robert Brennan 2024-11-11 17:25:49 -05:00
parent 35c68863dc
commit 091e7eb3c2
2 changed files with 1643 additions and 1626 deletions

3266
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,6 +13,7 @@ packages = [
[tool.poetry.dependencies]
python = "^3.12"
datasets = "*"
PyGithub = "*"
pandas = "*"
litellm = "^1.51.1"
google-generativeai = "*" # To use litellm with Gemini Pro API
@ -92,6 +93,7 @@ reportlab = "*"
[tool.coverage.run]
concurrency = ["gevent"]
[tool.poetry.group.runtime.dependencies]
jupyterlab = "*"
notebook = "*"
@ -122,6 +124,7 @@ ignore = ["D1"]
[tool.ruff.lint.pydocstyle]
convention = "google"
[tool.poetry.group.evaluation.dependencies]
streamlit = "*"
whatthepatch = "*"