Skip to content

Commit

Permalink
packaging (#571)
Browse files Browse the repository at this point in the history
Signed-off-by: Teo <teocns@gmail.com>
  • Loading branch information
teocns authored Dec 13, 2024
1 parent 55323b0 commit c70ec59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Empty file added agentops/llms/__init__.py
Empty file.
Empty file.
Empty file added agentops/partners/__init__.py
Empty file.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ dev = [
"ruff",
"vcrpy>=6.0.0; python_version >= '3.8'"
]
ci = [
"tach~=0.9",
]

[project.optional-dependencies]
langchain = [
"langchain==0.2.14; python_version >= '3.8.1'"
]
ci = [
"tach~=0.9",
]


[project.urls]
Expand Down Expand Up @@ -118,4 +118,4 @@ exclude = [
]

[tool.setuptools]
packages = ["agentops", "agentops.llms", "agentops.llms.providers", "agentops.partners"]
packages = ["agentops"]

0 comments on commit c70ec59

Please sign in to comment.