[tool.poetry] name = "sharpapi-python-client" version = "1.2.1" description = "SharpAPI.com Python SDK Client - AI-Powered Workflow Automation API." authors = ["Dawid Makowski "] license = "MIT" readme = "README.md" homepage = "https://sharpapi.com" repository = "https://github.com/sharpapi/sharpapi-python-client" documentation = "https://sharpapi.com/documentation" packages = [ { include = "sharpapi", from = "src" } ] [tool.poetry.dependencies] python = "^3.10" requests = ">=2.33.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"