-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpyproject.toml
More file actions
52 lines (49 loc) · 1.08 KB
/
pyproject.toml
File metadata and controls
52 lines (49 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
[project]
name = "hato-bot"
version = "3.0.5"
description = "愛嬌のあるBot"
requires-python = "==3.14.3"
dependencies = [
"python-dotenv==1.2.2",
"requests==2.33.1",
"Pillow>=7.1.2",
"opencv-python==4.13.0.92",
"slack-bolt==1.28.0",
"slack-sdk==3.41.0",
"gitpython==3.1.46",
"pandas==2.3.3",
"matplotlib==3.10.8",
"openai==2.31.0",
"discord.py==2.7.1",
"misskey.py==4.1.0",
"websockets==16.0",
"flask==3.1.3",
"markupsafe==3.0.3",
"numpy==2.2.6",
"emoji==2.15.0",
"puremagic==2.2.0",
"audioop-lts==0.2.2",
"psycopg[binary,pool]==3.3.3",
"sudden-death==0.0.1",
]
[dependency-groups]
dev = [
"autopep8==2.3.2",
"requests-mock==1.12.1",
"pylint==4.0.5",
"sqlfluff==4.1.0",
"mypy==1.19.1",
"flake8==7.3.0",
"isort==8.0.1",
"pre-commit==4.5.1",
"importlib-metadata==9.0.0",
"tomlkit==0.14.0",
]
[tool.uv]
required-version = "0.10.9"
[[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"