Skip to content

Commit b246b61

Browse files
authored
Merge pull request #9 from iamtatsuki05/develop
Relese Develop
2 parents 2b9eff0 + a9681cf commit b246b61

3 files changed

Lines changed: 43 additions & 43 deletions

File tree

.github/workflows/test_poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test-poetry
1+
name: test-uv
22

33
on:
44
pull_request:

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)