-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
52 lines (41 loc) · 1.09 KB
/
pyproject.toml
File metadata and controls
52 lines (41 loc) · 1.09 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[project]
name = "nyddu"
version = "0.1.0"
description = "spider-ish"
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.13,<4.0"
authors = [
{ name = "Paco Nathan", email = "paco@derwen.ai" }
]
dependencies = [
"tqdm (>=4.67.1,<5.0.0)",
"icecream (>=2.1.4,<3.0.0)",
"pydantic (>=2.11.6,<3.0.0)",
"requests (>=2.32.4,<3.0.0)",
"defusedxml (>=0.7.1,<0.8.0)",
"w3lib (>=2.3.1,<3.0.0)",
"bs4 (>=0.0.2,<0.0.3)",
"requests-cache (>=1.2.1,<2.0.0)",
"polars (>=1.30.0,<2.0.0)",
"kuzu (>=0.10.0,<=0.11)",
"sentence-transformers (>=4.1.0,<5.0.0)",
"pyarrow (>=20.0.0,<21.0.0)",
"pandas (>=2.3.0,<3.0.0)",
"fastapi (>=0.115.14,<0.116.0)",
"uvicorn (>=0.35.0,<0.36.0)",
"classy-fastapi (>=0.6.1,<0.7.0)",
"selenium (>=4.34.2,<5.0.0)",
]
[build-system]
requires = [
"poetry-core>=2.0.0,<3.0.0",
]
build-backend = "poetry.core.masonry.api"
[tool.poetry.group.dev.dependencies]
pytest = "^8.4.0"
pylint = "^3.3.7"
mypy = "^1.16.0"
types-defusedxml = "^0.7.0.20250516"
types-requests = "^2.32.4.20250611"
pyinstrument = "^5.0.2"