-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (31 loc) · 1.02 KB
/
pyproject.toml
File metadata and controls
35 lines (31 loc) · 1.02 KB
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
33
34
35
[tool.poetry]
name = "tonic-textual"
version = "3.19.0"
description = "Wrappers around the Tonic Textual API"
authors = ["Adam Kamor <adam@tonic.ai>", "Joe Ferrara <joeferrara@tonic.ai>", "Ander Steele <ander@tonic.ai>", "Ethan Philpott <ephilpott@tonic.ai>", "Lyon Van Voorhis <lyon@tonic.ai>", "Kirill Medvedev <kirill@tonic.ai>", "Travis Matthews <travis@tonic.ai>"]
license = "MIT"
readme = "README.md"
homepage = "https://www.tonic.ai/"
keywords = ["tonic.ai", "tonic", "tonic textual"]
classifiers = [
"Operating System :: OS Independent"
]
[tool.poetry.dependencies]
python = "^3.9"
requests = "^2.32.3"
more-itertools = "^10.2.0"
tqdm = "^4.67.1"
[tool.poetry.group.dev.dependencies]
ruff = "^0.11.10"
pytest = "^8.3.5"
pytest-dotenv = "^0.5.2"
pytest-regressions = "^2.7.0"
pandas = "^2.2.3"
pymupdf = "^1.25.5"
pydub = "0.25.1"
audioop-lts = { version = "0.2.1", python = "^3.13" }
boto3 = "^1.38.20"
azure-storage-blob = "^12.25.1"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"