mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 13:52:43 +08:00
add github lib
This commit is contained in:
parent
35c68863dc
commit
091e7eb3c2
3266
poetry.lock
generated
3266
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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 = "*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user