Skip to content

Commit c6c0638

Browse files
committed
update package settings
1 parent 2b9eff0 commit c6c0638

2 files changed

Lines changed: 42 additions & 42 deletions

File tree

pyproject.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@ version = "0.1.0"
44
description = "Add your description here"
55
requires-python = ">=3.10"
66
dependencies = [
7-
"python-dotenv==1.0.0",
8-
"setuptools==69.0.3",
9-
"fire==0.5.0",
10-
"pydantic==2.5.3",
11-
"beautifulsoup4==4.12.2",
12-
"selenium==4.16.0",
13-
"fastapi==0.108.0",
14-
"uvicorn==0.25.0",
15-
"matplotlib==3.5.1",
16-
"pandas==1.4.2",
17-
"seaborn==0.11.2",
18-
"japanize-matplotlib==1.1.3",
19-
"numpy==1.22.3",
20-
"jupyterlab==3.3.4",
21-
"tqdm==4.64.0",
22-
"scikit-learn==1.1.1",
23-
"openpyxl==3.1.2",
24-
"polars==0.20.31",
25-
"aiohttp==3.9.5",
26-
"tenacity==8.4.1",
27-
"playwright==1.44.0",
7+
"python-dotenv>=1.0.0",
8+
"setuptools>=69.0.3",
9+
"fire>=0.5.0",
10+
"pydantic>=2.5.3",
11+
"beautifulsoup4>=4.12.2",
12+
"selenium>=4.16.0",
13+
"fastapi>=0.108.0",
14+
"uvicorn>=0.25.0",
15+
"matplotlib>=3.5.1",
16+
"pandas>=1.4.2",
17+
"seaborn>=0.11.2",
18+
"japanize-matplotlib>=1.1.3",
19+
"numpy>=1.22.3",
20+
"jupyterlab>=3.3.4",
21+
"tqdm>=4.64.0",
22+
"scikit-learn>=1.1.1",
23+
"openpyxl>=3.1.2",
24+
"polars>=0.20.31",
25+
"aiohttp>=3.9.5",
26+
"tenacity>=8.4.1",
27+
"playwright>=1.44.0",
2828
]
2929

3030
[tool.hatch.build.targets.wheel]

uv.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)