(no commit message)
This commit is contained in:
20
pyproject.toml
Normal file
20
pyproject.toml
Normal file
@@ -0,0 +1,20 @@
|
||||
[project]
|
||||
name = "second-org-repo"
|
||||
dynamic = ["version"]
|
||||
description = "Modular Agent Infrastructure Collection, a python framework for managing and sharing DSPy agents"
|
||||
authors = [{ name = "Tyrin", email = "tytodd@mit.edu" }, {name = "Farouk", email = "farouk@modaic.dev"}]
|
||||
readme = "README.md"
|
||||
homepage = "https://github.com/modaic-ai/modaic"
|
||||
license = {file = "LICENSE"}
|
||||
requires-python = ">=3.10"
|
||||
dependencies = ["dspy>=2.6.27", "gitpython>=3.1.45", "opik==1.8.42", "platformdirs>=4.3.8", "tomlkit>=0.13.3"]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/modaic-ai/modaic"
|
||||
Modaic = "https://www.modaic.dev"
|
||||
Docs = "https://docs.modaic.dev"
|
||||
|
||||
|
||||
[tool.uv.sources]
|
||||
modaic = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user