Skip to content

Commit ad1863d

Browse files
authored
Merge pull request #22 from iamtatsuki05/develop
Sync: Develop to Main
2 parents e26f066 + 12403fc commit ad1863d

2 files changed

Lines changed: 558 additions & 16 deletions

File tree

pyproject.toml

Lines changed: 21 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,39 @@ requires-python = ">=3.13"
77
dependencies = [
88
"python-dotenv>=1.0.0",
99
"setuptools>=80.9.0",
10+
"tenacity>=9.1.2",
11+
"aiohttp>=3.9.5",
12+
"aiofiles>=25.1.0",
13+
"nest-asyncio>=1.6.0",
14+
"toml>=0.10.2",
15+
"jsonlines>=4.0.0",
16+
"cachetools>=6.2.1",
17+
"more-itertools>=10.8.0",
1018
"fire>=0.7.1",
1119
"pydantic>=2.12.4",
20+
"jinja2>=3.1.6",
21+
"pydantic-settings>=2.12.0",
22+
"returns>=0.26.0",
23+
"injector>=0.22.0",
24+
"dependency-injector>=4.48.2",
25+
"typer>=0.20.0",
26+
"click>=8.3.1",
27+
"fastapi>=0.121.0",
28+
"uvicorn>=0.38.0",
29+
"scrapy>=2.13.4",
1230
"beautifulsoup4>=4.14.0",
1331
"selenium>=4.38.0",
1432
"playwright>=1.56.0",
15-
"fastapi>=0.121.0",
16-
"uvicorn>=0.38.0",
1733
"polars>=1.35.2",
1834
"pandas>=2.3.3",
1935
"openpyxl>=3.1.2",
2036
"matplotlib>=3.10.7",
2137
"seaborn>=0.13.2",
2238
"japanize-matplotlib>=1.1.3",
2339
"matplotlib-fontja>=1.1.0",
24-
"numpy>=2.3.4",
40+
"numpy>=2.2.6",
2541
"tqdm>=4.67.1",
2642
"scikit-learn>=1.7.2",
27-
"aiohttp>=3.9.5",
28-
"nest-asyncio>=1.6.0",
29-
"tenacity>=9.1.2",
30-
"toml>=0.10.2",
31-
"returns>=0.26.0",
32-
"cachetools>=6.2.1",
33-
"more-itertools>=10.8.0",
34-
"injector>=0.22.0",
35-
"dependency-injector>=4.48.2",
3643
]
3744

3845
[tool.hatch.build.targets.wheel]
@@ -145,6 +152,7 @@ dev = [
145152
"jupyterlab>=4.1.0",
146153
"marimo>=0.17.0",
147154
"tox>=4.30.0",
155+
"hypothesis>=6.148.2",
148156
"pytest>=9.0.0",
149157
"pytest-xdist>=3.8.0",
150158
"pytest-asyncio>=1.3.0",
@@ -156,4 +164,5 @@ dev = [
156164
"types-pyyaml>=6.0.12.20250402",
157165
"types-toml>=0.10.8.20240310",
158166
"types-requests>=2.32.0.20241016",
167+
"types-aiofiles>=25.1.0.20251011",
159168
]

0 commit comments

Comments
 (0)