-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
73 lines (70 loc) 路 2.3 KB
/
Copy pathpyproject.toml
File metadata and controls
73 lines (70 loc) 路 2.3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
[project]
name = "ryuuryuusei"
version = "0.1.0"
description = "Find your profile and your favorite media titles with Ryuuzaki Ryuusei - A rolling release Discord bot"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "AGPL-3.0-or-later" }
authors = [
{ name = "nattadasu", email = "hello@nattadasu.my.id" }
]
keywords = ["discord", "bot", "anime", "manga", "media", "tracker"]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: End Users/Desktop",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Topic :: Communications :: Chat",
]
dependencies = [
"aiohttp>=3.14.3",
"animeapi-py>=3.8.1",
"audioop-lts>=0.2.2 ; python_full_version >= '3.13'",
"beautifulsoup4>=4.14.3",
"certifi>=2023.7.22",
"cryptography>=50.0.0",
"cutlet>=0.1.dev114 ; python_full_version < '3.13' and sys_platform != 'win32'",
"cutlet @ git+https://github.com/ryuuRyuusei/cutlet-pure@master ; python_full_version >= '3.13' or sys_platform == 'win32'",
"dacite>=1.9.2",
"defusedxml>=0.7.1",
"fake-useragent>=2.2.0",
"fuzzywuzzy>=0.18.0",
"html5lib>=1.1",
"interactions-py==5.15.0",
"numpy>=1.22.2",
"pandas>=2.3.3",
"pillow>=12.3.0",
"plusminus>=0.8.1",
"psutil>=7.2.1",
"pykakasi>=2.3.0",
"python-dotenv>=1.2.2",
"python-levenshtein>=0.27.3",
"pyyaml>=6.0.3",
"regex-spm>=1.0.0",
"requests>=2.32.0",
"sentry-sdk>=2.49.0",
"setuptools>=83.0.0",
"tzdata>=2025.3",
"unidic>=1.1.0",
"urllib3>=2.7.0",
"validators>=0.35.0",
"zipp>=3.19.1",
]
[project.urls]
Homepage = "https://github.com/nattadasu/ryuuRyuusei"
Repository = "https://github.com/nattadasu/ryuuRyuusei"
Issues = "https://github.com/nattadasu/ryuuRyuusei/issues"
Documentation = "https://github.com/nattadasu/ryuuRyuusei#readme"
"Support Server" = "https://nttds.my.id/discord"
[tool.uv.sources]
cutlet = { git = "https://github.com/ryuuRyuusei/cutlet-pure", rev = "master" }
[dependency-groups]
dev = [
"coverage>=7.13.0",
"jurigged>=0.6.1",
"ruff>=0.14.10",
]