@@ -4,41 +4,36 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " sendou-py"
7
- version = " 1.2.8 "
7
+ version = " 1.2.9 "
8
8
description = " An async Python library for Sendou.ink"
9
9
authors = [
" Vincent Lee <[email protected] >" ,]
10
10
license = " MIT"
11
11
readme = " README.md"
12
12
homepage = " https://github.com/IPLSplatoon/sendou.py/"
13
13
repository = " https://github.com/IPLSplatoon/sendou.py/"
14
14
documentation = " https://sendou.opensource.iplabs.work/"
15
- keywords = [" splatoon" , " sendou.ink" ]
16
- classifiers = [
17
- " Topic :: Software Development :: Libraries :: Python Modules" ,
18
- " Development Status :: 4 - Beta" ,
19
- " Framework :: AsyncIO"
20
- ]
21
- packages = [{include =" sendou" }]
15
+ keywords = [ " splatoon" , " sendou.ink" ,]
16
+ classifiers = [ " Topic :: Software Development :: Libraries :: Python Modules" , " Development Status :: 4 - Beta" , " Framework :: AsyncIO" ,]
17
+ [[tool .poetry .packages ]]
18
+ include = " sendou"
22
19
23
20
[tool .poetry .dependencies ]
24
21
python = " ^3.10"
25
22
python-dateutil = " ^2.8.2"
26
23
aiohttp-client-cache = " ^0.11.0"
27
24
28
25
[tool .sendou-py .source ]
29
- schema_commit = " 5ad69f941f3844d89153e4ac03184a0482e8df3b "
26
+ schema_commit = " 6d654baa3094813fa125fef404311c08352676f6 "
30
27
schema_path = " app/features/api-public/schema.ts"
31
28
32
29
[tool .pytest .ini_options ]
33
- addopts = [
34
- " --import-mode=importlib" ,
35
- ]
36
- testpaths = [" tests" ]
30
+ addopts = [ " --import-mode=importlib" ,]
31
+ testpaths = [ " tests" ,]
37
32
38
33
[tool .poetry .group .dev .dependencies ]
39
34
pytest = " ^8.3.2"
40
35
asyncio = " ^3.4.3"
41
36
toml = " ^0.10.2"
42
37
43
38
[tool .poetry .group .ci .dependencies ]
44
- pytest-md-report = " ^0.6.2"
39
+ pytest-md-report = " ^0.6.2"
0 commit comments