-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
19 lines (16 loc) · 1.02 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[project]
name = "hato-bot"
version = "3.0.5"
description = "愛嬌のあるBot"
requires-python = "==3.13.2"
dependencies = [ "python-dotenv==1.1.0", "requests==2.32.3", "Pillow>=7.1.2", "opencv-python==4.11.0.86", "slack-bolt==1.23.0", "slack-sdk==3.35.0", "gitpython==3.1.44", "pandas==2.2.3", "matplotlib==3.10.1", "openai==1.69.0", "discord.py==2.5.2", "misskey.py==4.1.0", "websockets==15.0.1", "flask==3.1.0", "markupsafe==3.0.2", "numpy==2.2.4", "emoji==2.14.1", "puremagic==1.28", "audioop-lts==0.2.1", "psycopg[binary,pool]==3.2.6", "sudden-death==0.0.1",]
[dependency-groups]
dev = [ "autopep8==2.3.2", "requests-mock==1.12.1", "pylint==3.3.6", "sqlfluff==3.3.1", "mypy==1.15.0", "flake8==7.2.0", "isort==6.0.1", "pre-commit==4.2.0", "importlib-metadata==8.6.1", "toml==0.10.2", "types-toml==0.10.8.20240310", "pyink==24.10.1",]
[tool.uv]
required-version = "0.6.10"
[[tool.uv.index]]
name = "pypi"
url = "https://pypi.org/simple"
[tool.uv.sources.sudden-death]
git = "https://github.com/dev-hato/sudden-death"
branch = "master"