Skip to content

Commit 8341ef4

Browse files
new ver
1 parent eb1004a commit 8341ef4

File tree

3 files changed

+11
-14
lines changed

3 files changed

+11
-14
lines changed

byrdocs/requirements.txt

-10
This file was deleted.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.0"]
33
build-backend = "setuptools.build_meta"
44
[project]
55
name = "byrdocs_cli"
6-
version = "0.5.1"
6+
version = "0.5.2"
77
authors = [
88
{ name="Rikka", email="[email protected]" },
99
]

requirements.txt

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
boto3
2-
botocore
3-
requests
1+
argcomplete==3.5.1
2+
boto3==1.35.72
3+
botocore==1.35.72
4+
InquirerPy==0.3.4
5+
isbnlib==3.10.14
6+
pinyin==0.4.0
7+
prompt_toolkit==3.0.48
8+
PyYAML==6.0.2
9+
Requests==2.32.3
10+
tqdm==4.67.1

0 commit comments

Comments
 (0)