richardblythman
commited on
Commit
•
8e8d47d
1
Parent(s):
67f2b63
Upload folder using huggingface_hub
Browse files- pyproject.toml +3 -0
pyproject.toml
CHANGED
@@ -9,6 +9,9 @@ readme = "README.md"
|
|
9 |
python = "^3.12"
|
10 |
litellm = "*"
|
11 |
|
|
|
|
|
|
|
12 |
[build-system]
|
13 |
requires = ["poetry-core"]
|
14 |
build-backend = "poetry.core.masonry.api"
|
|
|
9 |
python = "^3.12"
|
10 |
litellm = "*"
|
11 |
|
12 |
+
[tool.poetry.dependencies.naptha-sdk]
|
13 |
+
git = "https://github.com/NapthaAI/naptha-sdk.git"
|
14 |
+
branch = "feat/single-file"
|
15 |
[build-system]
|
16 |
requires = ["poetry-core"]
|
17 |
build-backend = "poetry.core.masonry.api"
|