Skip to content

Commit

Permalink
Merge pull request #4604 from dev-hato/fix-format-fix_package
Browse files Browse the repository at this point in the history
formatが間違ってたので直してあげたよ! #4602
  • Loading branch information
massongit authored Dec 26, 2024
2 parents 2462fee + 609f775 commit 2b22832
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,29 @@ name = "hato-bot"
version = "3.0.5"
description = "愛嬌のあるBot"
requires-python = "==3.13.1"
dependencies = [ "python-dotenv==1.0.1", "requests==2.32.3", "Pillow>=7.1.2", "opencv-python==4.10.0.84", "slack-bolt==1.22.0", "slack-sdk==3.34.0", "gitpython==3.1.43", "pandas==2.2.3", "matplotlib==3.10.0", "openai==1.58.1", "discord.py==2.4.0", "misskey.py==4.1.0", "websockets==14.1", "flask==3.1.0", "markupsafe==3.0.2", "numpy==2.2.1", "emoji==2.14.0", "puremagic==1.28", "audioop-lts==0.2.1", "psycopg[binary,pool]==3.2.3", "sudden-death @ git+https://github.com/dev-hato/sudden-death?branch=replace_setup_py",]
dependencies = [
"python-dotenv==1.0.1",
"requests==2.32.3",
"Pillow>=7.1.2",
"opencv-python==4.10.0.84",
"slack-bolt==1.22.0",
"slack-sdk==3.34.0",
"gitpython==3.1.43",
"pandas==2.2.3",
"matplotlib==3.10.0",
"openai==1.58.1",
"discord.py==2.4.0",
"misskey.py==4.1.0",
"websockets==14.1",
"flask==3.1.0",
"markupsafe==3.0.2",
"numpy==2.2.1",
"emoji==2.14.0",
"puremagic==1.28",
"audioop-lts==0.2.1",
"psycopg[binary,pool]==3.2.3",
"sudden-death",
]

[dependency-groups]
dev = [ "autopep8==2.3.1", "requests-mock==1.12.1", "pylint==3.3.3", "sqlfluff==3.3.0", "mypy==1.14.0", "flake8==7.1.1", "isort==5.13.2", "pre-commit==4.0.1", "importlib-metadata==8.5.0", "toml==0.10.2", "types-toml==0.10.8.20240310", "pyink==24.10.0",]
Expand All @@ -13,6 +35,5 @@ dev = [ "autopep8==2.3.1", "requests-mock==1.12.1", "pylint==3.3.3", "sqlfluff==
name = "pypi"
url = "https://pypi.org/simple"

[tool.uv.sources.sudden-death]
git = "https://github.com/dev-hato/sudden-death"
branch = "replace_setup_py"
[tool.uv.sources]
sudden-death = { git = "https://github.com/dev-hato/sudden-death", branch = "replace_setup_py" }

0 comments on commit 2b22832

Please sign in to comment.