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