Skip to content

Commit 81c79c4

Browse files
committed
Checkpoint
1 parent 5758468 commit 81c79c4

File tree

6 files changed

+261
-538
lines changed

6 files changed

+261
-538
lines changed

jsondoc/transcribe/anthropic_.py

-81
This file was deleted.

jsondoc/transcribe/benchmark.py

-113
This file was deleted.

jsondoc/transcribe/fireworks.py

-94
This file was deleted.

jsondoc/transcribe/utils.py

-40
This file was deleted.

pyproject.toml

+6-8
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,13 @@ name = "python-jsondoc"
33
version = "0.1.0"
44
description = ""
55
authors = [{ name = "TextCortex Dev Team", email = "[email protected]" }]
6-
requires-python = "~=3.12"
6+
requires-python = ">=3.10,<3.13"
77
readme = "README.md"
88
dependencies = [
9-
"requests>=2.32.2,<3",
10-
"python-dotenv>=1.0.1,<2",
11-
"ipdb>=0.13.13,<0.14",
12-
"pillow>=10.3.0,<11",
139
"pydantic>=2.7.2,<3",
14-
"thefuzz>=0.22.1,<0.23",
1510
"jsonschema>=4.23.0,<5",
16-
"bs4>=0.0.2,<0.0.3",
17-
"pypandoc~=1.13",
11+
"pypandoc>=1.15",
12+
"beautifulsoup4>=4.13.3",
1813
]
1914

2015
[project.scripts]
@@ -24,8 +19,11 @@ convert_jsondoc = "jsondoc.bin.convert_jsondoc:main"
2419
[dependency-groups]
2520
dev = [
2621
"datamodel-code-generator>=0.25.9,<0.26",
22+
"ipdb>=0.13.13",
2723
"pre-commit>=4.1.0",
2824
"pytest>=8.3.5",
25+
"python-dotenv>=1.0.1",
26+
"requests>=2.32.3",
2927
"ruff>=0.9.10",
3028
]
3129

0 commit comments

Comments
 (0)