[tool.poetry] | |
name = "naptha-sdk" | |
version = "0.1.0" | |
description = "" | |
authors = ["Richard Blythman <[email protected]>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
httpx = "^0.27.0" | |
surrealdb = "^0.3.2" | |
pyjwt = "^2.8.0" | |
python-dotenv = "^1.0.1" | |
pyyaml = "^6.0.1" | |
ecdsa = "^0.19.0" | |
pytz = "^2024.1" | |
huggingface-hub = "^0.24.3" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |
[tool.poetry.scripts] | |
naptha = "cli:cli" |