morphik-core/sdks/python/pyproject.toml
2024-11-16 01:48:15 -05:00

18 lines
379 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "databridge-client"
version = "0.1.0"
description = "Python client for DataBridge RAG service"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"httpx>=0.24.0",
"pyjwt>=2.0.0"
]
[project.optional-dependencies]
dev = ["pytest", "pytest-asyncio", "black", "isort"]