|
|
@@ -1,5 +1,5 @@
|
|
|
[tool.poetry]
|
|
|
-name = "openhands"
|
|
|
+name = "openhands-ai"
|
|
|
version = "0.9.0"
|
|
|
description = "OpenHands: Code Less, Make More"
|
|
|
authors = ["OpenHands"]
|
|
|
@@ -7,6 +7,10 @@ license = "MIT"
|
|
|
readme = "README.md"
|
|
|
repository = "https://github.com/All-Hands-AI/OpenHands"
|
|
|
include = ["poetry.lock"]
|
|
|
+packages = [
|
|
|
+ { include = "agenthub/**/*" },
|
|
|
+ { include = "openhands/**/*" }
|
|
|
+]
|
|
|
|
|
|
[tool.poetry.dependencies]
|
|
|
python = "^3.11"
|
|
|
@@ -43,6 +47,11 @@ tree-sitter = "0.21.3"
|
|
|
bashlex = "^0.18"
|
|
|
pyjwt = "^2.9.0"
|
|
|
dirhash = "*"
|
|
|
+python-docx = "*"
|
|
|
+PyPDF2 = "*"
|
|
|
+python-pptx = "*"
|
|
|
+pylatexenc = "*"
|
|
|
+tornado = "*"
|
|
|
|
|
|
[tool.poetry.group.llama-index.dependencies]
|
|
|
llama-index = "*"
|
|
|
@@ -66,10 +75,6 @@ pytest-asyncio = "*"
|
|
|
pytest-forked = "*"
|
|
|
flake8 = "*"
|
|
|
openai = "*"
|
|
|
-python-docx = "*"
|
|
|
-PyPDF2 = "*"
|
|
|
-pylatexenc = "*"
|
|
|
-python-pptx = "*"
|
|
|
opencv-python = "*"
|
|
|
pandas = "*"
|
|
|
reportlab = "*"
|
|
|
@@ -77,15 +82,12 @@ reportlab = "*"
|
|
|
[tool.coverage.run]
|
|
|
concurrency = ["gevent"]
|
|
|
|
|
|
+
|
|
|
[tool.poetry.group.runtime.dependencies]
|
|
|
jupyterlab = "*"
|
|
|
notebook = "*"
|
|
|
jupyter_kernel_gateway = "*"
|
|
|
flake8 = "*"
|
|
|
-python-docx = "*"
|
|
|
-PyPDF2 = "*"
|
|
|
-python-pptx = "*"
|
|
|
-pylatexenc = "*"
|
|
|
opencv-python = "*"
|
|
|
|
|
|
|
|
|
@@ -111,6 +113,7 @@ ignore = ["D1"]
|
|
|
[tool.ruff.lint.pydocstyle]
|
|
|
convention = "google"
|
|
|
|
|
|
+
|
|
|
[tool.poetry.group.evaluation.dependencies]
|
|
|
streamlit = "*"
|
|
|
whatthepatch = "*"
|