-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
32 lines (29 loc) · 731 Bytes
/
pyproject.toml
File metadata and controls
32 lines (29 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[project]
name = "intercomclientpython"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"aiortc>=1.14.0",
"boto3>=1.42.39",
"jsonschema>=4.26.0",
"numpy>=2.4.1",
"opencv-python>=4.13.0.90",
"pip==26.0",
"pre-commit>=4.5.1",
"requests>=2.32.5",
"ruff>=0.14.14",
"transparenc-sdk",
"websockets>=16.0",
]
[dependency-groups]
dev = [
"pre-commit>=4.5.1",
"pytest>=9.0.2",
"pytest-watch>=4.2.0",
]
[tool.uv.sources]
transparenc-sdk = { url = "https://github.com/kieranmanning/IntercomClientSDKs/releases/download/v0.9/transparenc_sdk-1.0.0-py3-none-any.whl" }
[tool.ruff]
lint.extend-select = ["I"]