This repository was archived by the owner on Jan 28, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-8
lines changed
Expand file tree Collapse file tree 3 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ def cli():
3434 "-V" ,
3535 "--version" ,
3636 action = "version" ,
37- version = "bilitool 0.1.2 and source code at https://github.com/timerring/bilitool" ,
37+ version = "bilitool 0.1.3 and source code at https://github.com/timerring/bilitool" ,
3838 help = "Print version information" ,
3939 )
4040
Original file line number Diff line number Diff line change @@ -4,24 +4,25 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " bilitool" # make sure your module name is unique
7- version = " 0.1.2 "
7+ version = " 0.1.3 "
88authors = [
99 { name =" timerring" },
1010]
1111description = " The Python toolkit package and cli designed for interaction with Bilibili"
1212readme = " README.md"
1313license = { file =" LICENSE" }
14- requires-python = " >=3.10 "
14+ requires-python = " >=3.9 "
1515classifiers = [
1616 " Programming Language :: Python :: 3" ,
1717 " License :: OSI Approved :: MIT License" ,
1818 " Operating System :: OS Independent" ,
1919]
2020dependencies = [
21- " PyYAML==6.0.2" ,
22- " qrcode==8.0" ,
23- " Requests==2.32.3" ,
24- " tqdm==4.67.1"
21+ " PyYAML>=6.0.2" ,
22+ " qrcode>=8.0" ,
23+ " Requests>=2.32.3" ,
24+ " tqdm>=4.67.1" ,
25+ " Pillow>=5.2.0"
2526]
2627
2728[project .scripts ]
Original file line number Diff line number Diff line change 11PyYAML == 6.0.2
22qrcode == 8.0
33Requests == 2.32.3
4- tqdm == 4.67.1
4+ tqdm == 4.67.1
5+ Pillow >= 5.2.0
You can’t perform that action at this time.
0 commit comments