Skip to content

Commit

Permalink
Merge pull request #9 from iamtatsuki05/develop
Browse files Browse the repository at this point in the history
Relese Develop
  • Loading branch information
iamtatsuki05 authored Oct 13, 2024
2 parents 2b9eff0 + a9681cf commit b246b61
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_poetry.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-poetry
name: test-uv

on:
pull_request:
Expand Down
42 changes: 21 additions & 21 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.10"
dependencies = [
"python-dotenv==1.0.0",
"setuptools==69.0.3",
"fire==0.5.0",
"pydantic==2.5.3",
"beautifulsoup4==4.12.2",
"selenium==4.16.0",
"fastapi==0.108.0",
"uvicorn==0.25.0",
"matplotlib==3.5.1",
"pandas==1.4.2",
"seaborn==0.11.2",
"japanize-matplotlib==1.1.3",
"numpy==1.22.3",
"jupyterlab==3.3.4",
"tqdm==4.64.0",
"scikit-learn==1.1.1",
"openpyxl==3.1.2",
"polars==0.20.31",
"aiohttp==3.9.5",
"tenacity==8.4.1",
"playwright==1.44.0",
"python-dotenv>=1.0.0",
"setuptools>=69.0.3",
"fire>=0.5.0",
"pydantic>=2.5.3",
"beautifulsoup4>=4.12.2",
"selenium>=4.16.0",
"fastapi>=0.108.0",
"uvicorn>=0.25.0",
"matplotlib>=3.5.1",
"pandas>=1.4.2",
"seaborn>=0.11.2",
"japanize-matplotlib>=1.1.3",
"numpy>=1.22.3",
"jupyterlab>=3.3.4",
"tqdm>=4.64.0",
"scikit-learn>=1.1.1",
"openpyxl>=3.1.2",
"polars>=0.20.31",
"aiohttp>=3.9.5",
"tenacity>=8.4.1",
"playwright>=1.44.0",
]

[tool.hatch.build.targets.wheel]
Expand Down
42 changes: 21 additions & 21 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b246b61

Please sign in to comment.